Commit 0456c666289d81cc2b34af72922346d073842588
Exists in
master
and in
4 other branches
Merge branch 'improve/avatar_size' of /home/git/repositories/gitlab/gitlabhq
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/events/_event.html.haml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | #{time_ago_in_words(event.created_at)} ago. |
5 | 5 | |
6 | 6 | = cache event do |
7 | - = image_tag avatar_icon(event.author_email), class: "avatar s24", alt:'' | |
7 | + = image_tag avatar_icon(event.author_email, 24), class: "avatar s24", alt:'' | |
8 | 8 | |
9 | 9 | - if event.push? |
10 | 10 | = render "events/event/push", event: event | ... | ... |