From a7d452332a3aa9ecd3f82013917470940ff32c8d Mon Sep 17 00:00:00 2001 From: "Timothy N. Tsvetkov" Date: Thu, 10 Mar 2011 16:52:55 +0300 Subject: [PATCH] the classic oops commit --- app/views/git/blobs/blame.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/git/blobs/blame.html.haml b/app/views/git/blobs/blame.html.haml index d1a8d01ce..1d20641a2 100644 --- a/app/views/git/blobs/blame.html.haml +++ b/app/views/git/blobs/blame.html.haml @@ -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)