gitlabhq/app/views/compare/show.html.haml
2012-12-18 06:14:05 +03:00

17 lines
274 B
Plaintext

= render "commits/head"
%h3.page_title
Compare View
%hr
= render "form"
- if @commits.present?
%div.ui-box
%h5.small Commits (#{@commits.count})
%ul.well-list= render @commits
- unless @diffs.empty?
%h4 Diff
= render "commits/diffs", diffs: @diffs