Commit 3d372bb2 authored by dimitrieh's avatar dimitrieh

fixed repo view, last commit, with updated clipboard button order

parent 098817e6
......@@ -7,10 +7,15 @@
%th.hidden-xs
.pull-left Last commit
.last-commit.hidden-sm.pull-left
 
%i.fa.fa-angle-right
 
%small.light
= clipboard_button(clipboard_text: @commit.id, title: "Copy commit SHA to clipboard")
= link_to @commit.short_id, namespace_project_commit_path(@project.namespace, @project, @commit), class: "monospace"
= clipboard_button(clipboard_text: @commit.id, title: "Copy commit SHA to clipboard")
= time_ago_with_tooltip(@commit.committed_date)
:plain
-
= @commit.full_title
%small.commit-history-link-spacer |
= link_to 'History', namespace_project_commits_path(@project.namespace, @project, @id), class: 'commit-history-link'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment