gitlabhq/app/views/compare/show.html.haml
2013-01-08 12:23:33 +02:00

18 lines
280 B
Plaintext

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