mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Dashboard avatars: No need to load 40px images if we render them in 24px
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#{time_ago_in_words(event.created_at)} ago.
|
||||
|
||||
= cache event do
|
||||
= image_tag avatar_icon(event.author_email), class: "avatar s24", alt:''
|
||||
= image_tag avatar_icon(event.author_email, 24), class: "avatar s24", alt:''
|
||||
|
||||
- if event.push?
|
||||
= render "events/event/push", event: event
|
||||
|
||||
Reference in New Issue
Block a user