summaryrefslogtreecommitdiff
path: root/app/views/events/_event.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-26 23:26:41 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-26 23:26:41 +0300
commitc456231690c8fabeeefc844d46c9d5b0403df357 (patch)
treeddb6bdf17416379508816d3d6fe99496f8ae461f /app/views/events/_event.html.haml
parent7ad5fb53ac4e14b22684a0d4904ccf724fd4e082 (diff)
downloadgitlab-ce-c456231690c8fabeeefc844d46c9d5b0403df357.tar.gz
Use css truncation on dashboard
Diffstat (limited to 'app/views/events/_event.html.haml')
-rw-r--r--app/views/events/_event.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event.html.haml b/app/views/events/_event.html.haml
index 8cf26671e3b..61383315373 100644
--- a/app/views/events/_event.html.haml
+++ b/app/views/events/_event.html.haml
@@ -1,6 +1,6 @@
- if event.proper?
.event-item{class: "#{event.body? ? "event-block" : "event-inline" }"}
- %span.cgray.pull-right
+ .event-item-timestamp
#{time_ago_with_tooltip(event.created_at)}
= cache event do