summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2017-01-24 18:05:39 +0100
committerdimitrieh <dimitriehoekstra@gmail.com>2017-01-24 18:05:39 +0100
commit3d372bb2ec1f708e28e21be5e9345a98af02446d (patch)
tree06533ab59ea16a86525a5a1d1a3ad7372ecd739e
parent098817e64f4faa1cd14001d37a2a6d6a5cc7ecab (diff)
downloadgitlab-ce-3d372bb2ec1f708e28e21be5e9345a98af02446d.tar.gz
fixed repo view, last commit, with updated clipboard button order
-rw-r--r--app/views/projects/tree/_tree_content.html.haml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/views/projects/tree/_tree_content.html.haml b/app/views/projects/tree/_tree_content.html.haml
index 2c08221565b..e06538cf078 100644
--- a/app/views/projects/tree/_tree_content.html.haml
+++ b/app/views/projects/tree/_tree_content.html.haml
@@ -7,10 +7,15 @@
%th.hidden-xs
.pull-left Last commit
.last-commit.hidden-sm.pull-left
+ &nbsp;
+ %i.fa.fa-angle-right
+ &nbsp;
%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 &#124;
= link_to 'History', namespace_project_commits_path(@project.namespace, @project, @id), class: 'commit-history-link'