diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-23 00:52:06 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-23 00:52:06 -0700 |
commit | b5461e0c56fefea1fd307996a1f517899273c920 (patch) | |
tree | e35e3ef9ae1bf1e8e35e9fcbc7311955d14e980f | |
parent | 5dfe3d73c0c055680eee1bd2a069876d80116839 (diff) | |
parent | 1833f8e75f9f44535f34c7a95ea41baa9b4234a1 (diff) | |
download | gitlab-ce-b5461e0c56fefea1fd307996a1f517899273c920.tar.gz |
Merge pull request #3656 from kosh30/master
Typo fix in app/views/commit/huge_commit.html.haml
-rw-r--r-- | app/views/commit/huge_commit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/commit/huge_commit.html.haml b/app/views/commit/huge_commit.html.haml index 7f0bcf38037..5d447d6cee5 100644 --- a/app/views/commit/huge_commit.html.haml +++ b/app/views/commit/huge_commit.html.haml @@ -1,3 +1,3 @@ -= render "commits/commit_box" += render "commit/commit_box" .alert.alert-error %h4 Commit diffs are too big to be displayed |