|
|
%div
|
|
%div
|
|
|
|
- unless params[:to]
|
|
|
%p.slead
|
|
%p.slead
|
|
|
Fill input field with commit id like
|
|
Fill input field with commit id like
|
|
|
%code.label_branch 4eedf23
|
|
%code.label_branch 4eedf23
|
| ... | @@ -10,16 +11,18 @@ |
... | @@ -10,16 +11,18 @@ |
|
|
|
|
|
|
|
= form_tag project_compare_index_path(@project), method: :post do
|
|
= form_tag project_compare_index_path(@project), method: :post do
|
|
|
.clearfix
|
|
.clearfix
|
|
|
|
.pull-left
|
|
|
|
- if params[:to] && params[:from]
|
|
|
|
= link_to 'switch', {from: params[:to], to: params[:from]}, {class: 'commits-compare-switch has_tooltip', title: 'Switch base of comparison'}
|
|
|
= text_field_tag :from, params[:from], placeholder: "master", class: "xlarge"
|
|
= text_field_tag :from, params[:from], placeholder: "master", class: "xlarge"
|
|
|
= "..."
|
|
= "..."
|
|
|
= text_field_tag :to, params[:to], placeholder: "aa8b4ef", class: "xlarge"
|
|
= text_field_tag :to, params[:to], placeholder: "aa8b4ef", class: "xlarge"
|
|
|
- if params[:to] && params[:from]
|
|
.pull-left
|
|
|
= link_to 'switch', {from: params[:to], to: params[:from]}, {class: 'commits-compare-switch has_tooltip', title: 'Switch base of comparison'}
|
|
|
|
|
|
= submit_tag "Compare", class: "btn primary wide commits-compare-btn"
|
|
|
- if @refs_are_same
|
|
- if @refs_are_same
|
|
|
.alert
|
|
.alert
|
|
|
%span Refs are the same
|
|
%span Refs are the same
|
|
|
.actions
|
|
|
|
|
= submit_tag "Compare", class: "btn primary wide commits-compare-btn"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |