summaryrefslogtreecommitdiff
path: root/app/views/events/_event.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 21:31:37 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 21:31:37 +0300
commit25e629e460c30bb903be52dbf28fcc499566f318 (patch)
treee8bb520c6f452f3b6b56905ae5b90b8ead52ddde /app/views/events/_event.html.haml
parent9174020f14f622fcd5ae57bc7bcba0d067c0e88a (diff)
downloadgitlab-ce-25e629e460c30bb903be52dbf28fcc499566f318.tar.gz
Render small avatars for inline events
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 b090148685f..b3543460d65 100644
--- a/app/views/events/_event.html.haml
+++ b/app/views/events/_event.html.haml
@@ -1,5 +1,5 @@
- if event.proper?
- %div.event-item
+ .event-item{class: "#{event.body? ? "event-block" : "event-inline" }"}
%span.cgray.pull-right
#{time_ago_in_words(event.created_at)} ago.