2017-06-22 04:19:04 -04:00
|
|
|
.tree-ref-container
|
|
|
|
.tree-ref-holder
|
|
|
|
= render 'shared/ref_switcher', destination: 'tree', path: @path
|
2017-07-28 13:36:07 -04:00
|
|
|
=icon('long-arrow-right', title: 'to target branch')
|
|
|
|
= render 'shared/target_switcher', destination: 'tree', path: @path
|
2017-03-09 20:58:48 -05:00
|
|
|
|
2017-07-28 13:17:12 -04:00
|
|
|
- if !show_new_repo?
|
|
|
|
= render 'projects/tree/old_tree_header'
|
|
|
|
|
2017-03-09 20:58:48 -05:00
|
|
|
.tree-controls
|
2017-07-28 13:17:12 -04:00
|
|
|
- if show_new_repo?
|
|
|
|
= render 'shared/repo/editable_mode'
|
|
|
|
- else
|
|
|
|
= link_to s_('Commits|History'), project_commits_path(@project, @id), class: 'btn'
|
2015-12-18 11:15:05 -05:00
|
|
|
|
2017-03-09 20:58:48 -05:00
|
|
|
= render 'projects/find_file_link'
|
2017-05-08 19:58:54 -04:00
|
|
|
|
2017-03-09 20:58:48 -05:00
|
|
|
= render 'projects/buttons/download', project: @project, ref: @ref
|