From 404040d7ae01d1542acc998d6dd4467fb7f049c4 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 30 Oct 2012 13:35:57 +0200 Subject: [PATCH] Fix invalid template path for huge commit --- app/views/commit/huge_commit.html.haml | 3 +++ app/views/commits/huge_commit.html.haml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 app/views/commit/huge_commit.html.haml delete mode 100644 app/views/commits/huge_commit.html.haml diff --git a/app/views/commit/huge_commit.html.haml b/app/views/commit/huge_commit.html.haml new file mode 100644 index 0000000..ba97a7c --- /dev/null +++ b/app/views/commit/huge_commit.html.haml @@ -0,0 +1,3 @@ += render "commits/commit_box" +.alert-message.block-message.error + %h4 Commit diffs are too big to be displayed diff --git a/app/views/commits/huge_commit.html.haml b/app/views/commits/huge_commit.html.haml deleted file mode 100644 index ba97a7c..0000000 --- a/app/views/commits/huge_commit.html.haml +++ /dev/null @@ -1,3 +0,0 @@ -= render "commits/commit_box" -.alert-message.block-message.error - %h4 Commit diffs are too big to be displayed -- libgit2 0.21.2