Fix sha container with copy button

This commit is contained in:
Clement Ho 2018-04-16 14:22:30 -05:00
parent 43bf9f4272
commit eaf3204c23
1 changed files with 1 additions and 1 deletions

View File

@ -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)