diff options
author | Markevych Alexander <rabota.pmr@gmail.com> | 2013-07-14 20:54:23 +0300 |
---|---|---|
committer | Markevych Alexander <rabota.pmr@gmail.com> | 2013-07-14 20:54:23 +0300 |
commit | bd9cd3fbbfa4c0314ad511a33b6d42853170e86b (patch) | |
tree | 9366b761cee6332af81fcb11c61c18099a8d80f6 | |
parent | 394841364cd37deef99592fd83928413557b89ea (diff) | |
download | gitlab-ce-bd9cd3fbbfa4c0314ad511a33b6d42853170e86b.tar.gz |
Correct path to view for huge commits. Fix #3996
-rw-r--r-- | app/views/projects/commit/huge_commit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/huge_commit.html.haml b/app/views/projects/commit/huge_commit.html.haml index 5d447d6cee5..210d8d9e207 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 |