Skip to content
Snippets Groups Projects
Commit 29171ad6 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Move copy button after commit sha

Former-commit-id: 53d7065f
parent dde260a2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -37,6 +37,6 @@
.commit-actions.flex-row.hidden-xs
- if commit.status(ref)
= render_commit_status(commit, ref: ref)
= clipboard_button(text: commit.id, title: "Copy commit SHA to clipboard")
= link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit-short-id btn btn-transparent"
= clipboard_button(text: commit.id, title: "Copy commit SHA to clipboard")
= link_to_browse_code(project, commit)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment