show.html.haml 321 字节
Newer Older
1 2
%div.tree-ref-holder
  = render 'shared/ref_switcher', destination: 'tree', path: @path
3
- if can? current_user, :download_code, @project
D
Dmitriy Zaporozhets 已提交
4
  = render 'projects/repositories/download_archive', ref: @ref, btn_class: 'btn-group-small pull-right', split_button: true
5
%div#tree-holder.tree-holder
6
  = render "tree", tree: @tree