Fix sha container with copy button
This commit is contained in:
parent
43bf9f4272
commit
eaf3204c23
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
.js-commit-pipeline-status{ data: { endpoint: pipelines_project_commit_path(project, commit.id, ref: ref) } }
|
||||
|
||||
.commit-sha-group
|
||||
.badge.label-monospace
|
||||
.label.label-monospace
|
||||
= commit.short_id
|
||||
= clipboard_button(text: commit.id, title: _("Copy commit SHA to clipboard"), class: "btn btn-secondary", container: "body")
|
||||
= link_to_browse_code(project, commit)
|
||||
|
|
Loading…
Reference in a new issue