Correct target_switcher conditional
This commit is contained in:
parent
3dd0c252e5
commit
c92220a8b6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
.tree-ref-container
|
.tree-ref-container
|
||||||
.tree-ref-holder
|
.tree-ref-holder
|
||||||
= render 'shared/ref_switcher', destination: 'tree', path: @path
|
= render 'shared/ref_switcher', destination: 'tree', path: @path
|
||||||
- if !show_new_repo?
|
- if show_new_repo?
|
||||||
=icon('long-arrow-right', title: 'to target branch')
|
=icon('long-arrow-right', title: 'to target branch')
|
||||||
= render 'shared/target_switcher', destination: 'tree', path: @path
|
= render 'shared/target_switcher', destination: 'tree', path: @path
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue