summaryrefslogtreecommitdiff
path: root/app/views/events/_commit.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-10 13:15:49 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-10 13:15:49 +0300
commit94d364e8cc84d82d278fee3881f5fab48a149ed2 (patch)
treefca0fad43657666cb0407a23c8cbd4ea31dc1bf0 /app/views/events/_commit.html.haml
parenta30ce86690025a57264b2e9f619a75ee8cdf4826 (diff)
downloadgitlab-ce-94d364e8cc84d82d278fee3881f5fab48a149ed2.tar.gz
UI fixes for commits lists
Diffstat (limited to 'app/views/events/_commit.html.haml')
-rw-r--r--app/views/events/_commit.html.haml8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/views/events/_commit.html.haml b/app/views/events/_commit.html.haml
index b50faf5a25c..4d4b24009f4 100644
--- a/app/views/events/_commit.html.haml
+++ b/app/views/events/_commit.html.haml
@@ -1,7 +1,5 @@
%li.commit
- %p
+ .commit-row-title
= link_to commit[:id][0..8], project_commit_path(project, commit[:id]), class: "commit_short_id", alt: ''
- %span= commit[:author][:name]
- &ndash;
- = image_tag gravatar_icon(commit[:author][:email]), class: "avatar", width: 16
- = gfm escape_once(truncate(commit[:message], length: 50)) rescue "--broken encoding"
+ &nbsp;
+ = gfm escape_once(truncate(commit[:message], length: 70)) rescue "--broken encoding"