gitlab-org--gitlab-foss/app/views/projects/tree/show.html.haml
Dmitriy Zaporozhets 34d9f34a61
Improve select2 css to match bootstrap style
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-06 21:39:30 +03:00

9 lines
360 B
Text

.tree-ref-holder
= render 'shared/ref_switcher', destination: 'tree', path: @path
- if can? current_user, :download_code, @project
.tree-download-holder
= render 'projects/repositories/download_archive', ref: @ref, btn_class: 'btn-group-small pull-right hidden-xs', split_button: true
#tree-holder.tree-holder.clearfix
= render "tree", tree: @tree