diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-01 16:04:35 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-01 16:04:35 +0300 |
commit | 49b024f5f5b88d406b895f050943db1e75adfa2a (patch) | |
tree | 65d9b34ebcaab38ecfc81da0acf0cc8e6c36d900 /app/views/compare | |
parent | bb06e905efb1722502d71059c21add8cfde851aa (diff) | |
download | gitlab-ce-49b024f5f5b88d406b895f050943db1e75adfa2a.tar.gz |
Use Gitlab::Git:: for git features across application
Diffstat (limited to 'app/views/compare')
-rw-r--r-- | app/views/compare/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/compare/show.html.haml b/app/views/compare/show.html.haml index 476be2550af..56c4a113ea0 100644 --- a/app/views/compare/show.html.haml +++ b/app/views/compare/show.html.haml @@ -16,7 +16,7 @@ %div.ui-box %h5.title Commits (#{@commits.count}) - %ul.well-list= render @commits + %ul.well-list= render Commit.decorate(@commits) - unless @diffs.empty? %h4 Diff |