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

Move copy button after commit sha

parent b562b881
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