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

11 lines
434 B
Text
Raw Normal View History

2016-06-03 11:53:04 -04:00
- @no_container = true
- page_title @path.presence || "Files", @ref
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, namespace_project_commits_url(@project.namespace, @project, @ref, rss_url_options), title: "#{@project.name}:#{@ref} commits")
= render "projects/commits/head"
2016-09-09 20:14:49 -04:00
= render 'projects/last_push'
2016-06-30 09:01:26 -04:00
%div{ class: container_class }
= render 'projects/files', commit: @last_commit, project: @project, ref: @ref