diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-27 09:31:15 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-27 09:31:15 +0300 |
commit | f5551efdfd71c6aedb609093374a6c4dbed6a78b (patch) | |
tree | 226bcf5561a02cea3c1b95339f7063a389cb7bf4 /app/views/events | |
parent | 70bf7f6e191c0e99ad03e1eec2ecbe2aae53fa09 (diff) | |
download | gitlab-ce-f5551efdfd71c6aedb609093374a6c4dbed6a78b.tar.gz |
Rewrite and improve git backend logic. Fix project movind. Raise exception to prevent unexpected issues
Diffstat (limited to 'app/views/events')
-rw-r--r-- | app/views/events/_event.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event.html.haml b/app/views/events/_event.html.haml index 0d91a67a60d..2446b764e4d 100644 --- a/app/views/events/_event.html.haml +++ b/app/views/events/_event.html.haml @@ -1,7 +1,7 @@ - if event.allowed? %div.event-item = event_image(event) - = image_tag gravatar_icon(event.author_email), class: "avatar" + = image_tag gravatar_icon(event.author_email), class: "avatar s24" - if event.push? = render "events/event/push", event: event |