show.html.haml 367 字节
Newer Older
1
.tree-ref-holder
2
  = render 'shared/ref_switcher', destination: 'tree', path: @path
3

4
- if can? current_user, :download_code, @project
5
  .tree-download-holder
D
Dmitriy Zaporozhets 已提交
6
    = render 'projects/repositories/download_archive', ref: @ref, btn_class: 'btn-group-sm pull-right hidden-xs hidden-sm', split_button: true
7 8

#tree-holder.tree-holder.clearfix
9
  = render "tree", tree: @tree