diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-04 11:17:25 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-04 11:17:25 +0200 |
commit | c13ef898627db4f619c80f6be0fb58fe045e44d3 (patch) | |
tree | e0dd46c4a1ae9c8097ee79c5126b1ab584a499b0 /app/views/events | |
parent | 16e6913e00dee9118a2c75d6ecdd7f2dcef7234a (diff) | |
download | gitlab-ce-c13ef898627db4f619c80f6be0fb58fe045e44d3.tar.gz |
Make UI more compact
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/events')
-rw-r--r-- | app/views/events/_event.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/events/_event.html.haml b/app/views/events/_event.html.haml index 3cd65edacbf..9aacc79d686 100644 --- a/app/views/events/_event.html.haml +++ b/app/views/events/_event.html.haml @@ -3,8 +3,8 @@ .event-item-timestamp #{time_ago_with_tooltip(event.created_at)} - = cache [event, "v2"] do - = image_tag avatar_icon(event.author_email, 48), class: "avatar s48", alt:'' + = cache [event, "v2.1"] do + = image_tag avatar_icon(event.author_email, 46), class: "avatar s46", alt:'' - if event.created_project? = render "events/event/created_project", event: event - elsif event.push? |