summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvictorwu <victor@gitlab.com>2016-12-09 16:48:53 -0600
committervictorwu <victor@gitlab.com>2016-12-12 13:16:52 -0600
commita6ca5689b0df3a020a9cf9e7f9b9ed1a76863ec1 (patch)
tree6033aeba75520a2d08df1941b63509f8960c1adf
parent569645a809d042fb7a69d5c95ad65fe6983c2f75 (diff)
downloadgitlab-ce-a6ca5689b0df3a020a9cf9e7f9b9ed1a76863ec1.tar.gz
Tweak style and add back wording
-rw-r--r--app/views/projects/tree/_tree_content.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/tree/_tree_content.html.haml b/app/views/projects/tree/_tree_content.html.haml
index dc7b4bab208..d37c376c36b 100644
--- a/app/views/projects/tree/_tree_content.html.haml
+++ b/app/views/projects/tree/_tree_content.html.haml
@@ -5,8 +5,9 @@
%tr
%th Name
%th.hidden-xs
+ .pull-left Last commit
.last-commit.hidden-sm.pull-left
- %small.light
+ %small.light
= clipboard_button(clipboard_text: @commit.id)
= link_to @commit.short_id, namespace_project_commit_path(@project.namespace, @project, @commit), class: "monospace"
= time_ago_with_tooltip(@commit.committed_date)