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

10 lines
367 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
.tree-ref-holder
= render 'shared/ref_switcher', destination: 'tree', path: @path
- if can? current_user, :download_code, @project
.tree-download-holder
2015-04-26 12:48:37 +05:30
= render 'projects/repositories/download_archive', ref: @ref, btn_class: 'btn-group-sm pull-right hidden-xs hidden-sm', split_button: true
2014-09-02 18:07:02 +05:30
#tree-holder.tree-holder.clearfix
= render "tree", tree: @tree