2017-09-10 17:25:29 +05:30
|
|
|
- breadcrumb_title _("Repository")
|
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
2018-11-18 11:00:15 +05:30
|
|
|
- signatures_path = namespace_project_signatures_path(namespace_id: @project.namespace.full_path, project_id: @project.path, id: @last_commit)
|
2016-06-16 23:09:34 +05:30
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
- page_title @path.presence || _("Files"), @ref
|
2015-09-11 14:41:01 +05:30
|
|
|
= content_for :meta_tags do
|
2017-09-10 17:25:29 +05:30
|
|
|
= auto_discovery_link_tag(:atom, project_commits_url(@project, @ref, rss_url_options), title: "#{@project.name}:#{@ref} commits")
|
|
|
|
|
2019-12-26 22:10:19 +05:30
|
|
|
- unless vue_file_list_enabled?
|
|
|
|
.js-signature-container{ data: { 'signatures-path': signatures_path } }
|
2018-11-18 11:00:15 +05:30
|
|
|
|
2019-12-04 20:38:33 +05:30
|
|
|
= render 'projects/last_push'
|
|
|
|
= render 'projects/files', commit: @last_commit, project: @project, ref: @ref, content_url: project_tree_path(@project, @id)
|