21 lines
956 B
Text
21 lines
956 B
Text
- blame = local_assigns.fetch(:blame, false)
|
|
.js-file-title.file-title-flex-parent
|
|
= render 'projects/blob/header_content', blob: blob
|
|
|
|
.file-actions<
|
|
= render 'projects/blob/viewer_switcher', blob: blob unless blame
|
|
= edit_blob_button(@project, @ref, @path, blob: blob)
|
|
= ide_edit_button(@project, @ref, @path, blob: blob)
|
|
.btn-group.ml-2{ role: "group" }>
|
|
= render_if_exists 'projects/blob/header_file_locks_link'
|
|
- if current_user
|
|
= replace_blob_link(@project, @ref, @path, blob: blob)
|
|
= delete_blob_link(@project, @ref, @path, blob: blob)
|
|
.btn-group.ml-2{ role: "group" }
|
|
= copy_blob_source_button(blob) unless blame
|
|
= open_raw_blob_button(blob)
|
|
= download_blob_button(blob)
|
|
= view_on_environment_button(@commit.sha, @path, @environment) if @environment
|
|
|
|
= render 'projects/fork_suggestion'
|
|
= render_if_exists 'projects/blob/header_file_locks', project: @project, path: @path
|