Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-10 14:33:08 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-10 14:33:08 +0300
commit3e97051bcebc6e7e902ab664acbce121a3c8f619 (patch)
tree9e83a112169c6db5b92a5edf7df0ed8421c1f92e /app/views/events
parent82a3f2f109f957b8f6a5be84dd0f6e0170cecd4f (diff)
Fix missing avatar in event feed when created project
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/_event.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/events/_event.html.haml b/app/views/events/_event.html.haml
index b2e5d11279b..b8409f64665 100644
--- a/app/views/events/_event.html.haml
+++ b/app/views/events/_event.html.haml
@@ -5,6 +5,7 @@
- if event.created_project?
= cache [event, current_user] do
+ = image_tag avatar_icon(event.author_email, 24), class: "avatar s24", alt:''
= render "events/event/created_project", event: event
- else
= cache event do