2016-06-03 11:53:04 -04:00
|
|
|
- @no_container = true
|
|
|
|
|
2015-04-30 15:18:27 -04:00
|
|
|
- page_title @path.presence || "Files", @ref
|
2015-04-21 10:31:40 -04:00
|
|
|
= content_for :meta_tags do
|
2017-02-28 15:50:57 -05:00
|
|
|
= auto_discovery_link_tag(:atom, namespace_project_commits_url(@project.namespace, @project, @ref, rss_url_options), title: "#{@project.name}:#{@ref} commits")
|
2016-06-02 04:15:45 -04:00
|
|
|
= render "projects/commits/head"
|
2016-09-09 20:14:49 -04:00
|
|
|
= render 'projects/last_push'
|
2015-07-08 17:21:35 -04:00
|
|
|
|
2016-06-30 09:01:26 -04:00
|
|
|
%div{ class: container_class }
|
2017-05-17 10:23:00 -04:00
|
|
|
= render 'projects/files', commit: @last_commit, project: @project, ref: @ref
|