[refs #133] Fix syntax error into blob template
This commit is contained in:
parent
a4baf8b670
commit
391716fee5
|
@ -23,7 +23,7 @@
|
|||
#{link_to "Blame", blame_commit_path(@project, @commit_hash, @path)}
|
||||
#{link_to "History", commits_path(@project, @treeish, @path)}
|
||||
- else
|
||||
#{link_to "Edit", edit_blob_path(@project, @treeish, @path)) if choose_render_way(@blob) == :text}
|
||||
#{link_to "Edit", edit_blob_path(@project, @treeish, @path) if choose_render_way(@blob) == :text}
|
||||
#{link_to "Raw", raw_path(@project, @treeish, @path)}
|
||||
#{link_to "Blame", blame_path(@project, @treeish, @path)}
|
||||
#{link_to "History", commits_path(@project, @treeish, @path)}
|
||||
|
|
Loading…
Reference in New Issue