Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « tree « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 735ffae9e2cf25289ae32b26faac0d0f3aa4d7e7 (plain)
1
2
3
4
5
6
%div.tree-ref-holder
  = render 'shared/ref_switcher', destination: 'tree', path: @path
- if can? current_user, :download_code, @project
  = render 'projects/repositories/download_archive', ref: @ref, btn_class: 'btn-group-small pull-right', split_button: true
%div#tree-holder.tree-holder
  = render "tree", tree: @tree