the classic oops commit

This commit is contained in:
Timothy N. Tsvetkov 2011-03-10 16:52:55 +03:00
parent a85275ad08
commit a7d452332a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
= render :partial => "commits/commit", :locals => { :commit => @commit }
= render :partial => "git/commits/commit", :locals => { :commit => @commit }
= link_to "Raw", raw_commit_path(@platform.name, @project.name, @commit.id, @path)
= link_to "Normal", blob_commit_path(@platform.name, @project.name, @commit.id, @path)