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

17 lines
694 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
- page_title @path.presence || "Files", @ref
= content_for :meta_tags do
- if current_user
= auto_discovery_link_tag(:atom, namespace_project_commits_url(@project.namespace, @project, @ref, format: :atom, private_token: current_user.private_token), title: "#{@project.name}:#{@ref} commits")
= render 'projects/last_push'
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-09-11 14:41:01 +05:30
= render 'projects/repositories/download_archive', ref: @ref, btn_class: 'btn-group 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