[refs #133] Fix syntax error into blob template

This commit is contained in:
konstantin.grabar 2012-02-13 14:43:57 +04:00
parent a4baf8b670
commit 391716fee5
1 changed files with 1 additions and 1 deletions

View File

@ -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)}