summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/events/_event.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/events/_event.html.haml b/app/views/events/_event.html.haml
index febd72f699b..e2bf54ea5c9 100644
--- a/app/views/events/_event.html.haml
+++ b/app/views/events/_event.html.haml
@@ -1,9 +1,9 @@
- if event.proper?
- = cache event do
- %div.event-item
- %span.cgray.pull-right
- #{time_ago_in_words(event.created_at)} ago.
+ %div.event-item
+ %span.cgray.pull-right
+ #{time_ago_in_words(event.created_at)} ago.
+ = cache event do
= image_tag gravatar_icon(event.author_email), class: "avatar s24"
- if event.push?