debian-mirror-gitlab/app/views/projects/compare/show.html.haml

24 lines
578 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
= render "projects/commits/head"
%h3.page-title
Compare View
= render "form"
- if @commits.present?
2015-04-26 12:48:37 +05:30
= render "projects/commits/commit_list"
= render "projects/diffs/diffs", diffs: @diffs, project: @project
2014-09-02 18:07:02 +05:30
- 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.