only show switch if from and to are set
This commit is contained in:
parent
9916e8d6dc
commit
d11f9a632c
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
|||
= text_field_tag :from, params[:from], placeholder: "master", class: "xlarge"
|
||||
= "..."
|
||||
= text_field_tag :to, params[:to], placeholder: "aa8b4ef", class: "xlarge"
|
||||
= link_to 'switch', {from: params[:to], to: params[:from]}, {class: 'commits-compare-switch has_tooltip', title: 'Switch base of comparison'}
|
||||
- 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'}
|
||||
- if @refs_are_same
|
||||
.alert
|
||||
%span Refs are the same
|
||||
|
|
Loading…
Reference in a new issue