show.html.haml 665 字节
Newer Older
1
- page_title @path.presence || "Files", @ref
2 3
= content_for :meta_tags do
  - if current_user
4
    = 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")
5
  
6
.tree-ref-holder
7
  = render 'shared/ref_switcher', destination: 'tree', path: @path
8

9
- if can? current_user, :download_code, @project
10
  .tree-download-holder
11
    = render 'projects/repositories/download_archive', ref: @ref, btn_class: 'btn-group pull-right hidden-xs hidden-sm', split_button: true
12 13

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