From bd9cd3fbbfa4c0314ad511a33b6d42853170e86b Mon Sep 17 00:00:00 2001 From: Markevych Alexander Date: Sun, 14 Jul 2013 20:54:23 +0300 Subject: [PATCH] Correct path to view for huge commits. Fix #3996 --- app/views/projects/commit/huge_commit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/commit/huge_commit.html.haml b/app/views/projects/commit/huge_commit.html.haml index 5d447d6ce..210d8d9e2 100644 --- a/app/views/projects/commit/huge_commit.html.haml +++ b/app/views/projects/commit/huge_commit.html.haml @@ -1,3 +1,3 @@ -= render "commit/commit_box" += render "projects/commit/commit_box" .alert.alert-error %h4 Commit diffs are too big to be displayed -- 2.11.0