gitlab-org--gitlab-foss/app/views/projects/compare/show.html.haml

24 lines
578 B
Text
Raw Normal View History

= render "projects/commits/head"
2012-02-06 15:32:04 -05:00
%h3.page-title
2012-02-06 15:32:04 -05:00
Compare View
= render "form"
2012-02-06 15:32:04 -05:00
- if @commits.present?
= render "projects/commits/commit_list"
= render "projects/diffs/diffs", diffs: @diffs, project: @project
- else
.light-well
.center
%h4
There isn't anything to compare.
%p.slead
- if params[:to] == params[:from]
%span.label-branch #{params[:from]}
and
%span.label-branch #{params[:to]}
are the same.
- else
You'll need to use different branch names to get a valid comparison.