summaryrefslogtreecommitdiff
path: root/app/views/projects/tree/show.html.haml
blob: f7e410e27b8d9e79a11459bb06b43c05b1c59e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
- @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"

= render 'projects/last_push'

%div{ class: container_class }
  = render 'projects/files', commit: @last_commit, project: @project, ref: @ref