2016-06-16 23:09:34 +05:30
|
|
|
- @no_container = true
|
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
- page_title @path.presence || "Files", @ref
|
|
|
|
= content_for :meta_tags do
|
2017-08-17 22:00:37 +05:30
|
|
|
= auto_discovery_link_tag(:atom, namespace_project_commits_url(@project.namespace, @project, @ref, rss_url_options), title: "#{@project.name}:#{@ref} commits")
|
2016-06-16 23:09:34 +05:30
|
|
|
= render "projects/commits/head"
|
2016-11-03 12:29:30 +05:30
|
|
|
= render 'projects/last_push'
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2016-08-24 12:49:21 +05:30
|
|
|
%div{ class: container_class }
|
2017-08-17 22:00:37 +05:30
|
|
|
= render 'projects/files'
|