gitlab-org--gitlab-foss/app/views/projects/tree/show.html.haml

11 lines
458 B
Plaintext
Raw Normal View History

2016-06-03 15:53:04 +00:00
- @no_container = true
2017-06-07 20:13:44 +00:00
- page_title @path.presence || _("Files"), @ref
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, project_commits_url(@project, @ref, rss_url_options), title: "#{@project.name}:#{@ref} commits")
= render "projects/commits/head"
%div{ class: [container_class, ("limit-container-width" unless fluid_layout)] }
= render 'projects/last_push'
= render 'projects/files', commit: @last_commit, project: @project, ref: @ref