2017-09-10 17:25:29 +05:30
|
|
|
- breadcrumb_title "Repository"
|
2016-08-24 12:49:21 +05:30
|
|
|
- @no_container = true
|
2017-09-10 17:25:29 +05:30
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
- page_title @blob.path, @ref
|
|
|
|
|
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)
|
|
|
|
.js-signature-container{ data: { 'signatures-path': signatures_path } }
|
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
%div{ class: container_class }
|
2018-03-17 18:26:18 +05:30
|
|
|
= render 'projects/last_push'
|
|
|
|
|
|
|
|
#tree-holder.tree-holder
|
|
|
|
= render 'blob', blob: @blob
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
- if can_modify_blob?(@blob)
|
|
|
|
= render 'projects/blob/remove'
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2018-03-17 18:26:18 +05:30
|
|
|
- title = "Replace #{@blob.name}"
|
|
|
|
= render 'projects/blob/upload', title: title, placeholder: title, button_title: 'Replace file', form_path: project_update_blob_path(@project, @id), method: :put
|