summaryrefslogtreecommitdiff
path: root/app/views/events/event/_common.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-10 10:58:41 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-10 10:58:41 -0500
commitc7011c88901c7fa8972f02444bd5e3feef698ca4 (patch)
tree6aee9dbf789e3cb04e3cd192f93b959f981a7229 /app/views/events/event/_common.html.haml
parent9c576cc7e9414e64b4aac0544615e7d5e92c3558 (diff)
downloadgitlab-ce-c7011c88901c7fa8972f02444bd5e3feef698ca4.tar.gz
Use avatars instead of icons in activity view
Diffstat (limited to 'app/views/events/event/_common.html.haml')
-rw-r--r--app/views/events/event/_common.html.haml24
1 files changed, 14 insertions, 10 deletions
diff --git a/app/views/events/event/_common.html.haml b/app/views/events/event/_common.html.haml
index af97e9588a5..e6bb05e975e 100644
--- a/app/views/events/event/_common.html.haml
+++ b/app/views/events/event/_common.html.haml
@@ -1,13 +1,17 @@
-- if event.target
- - if event.action_name == "opened"
- .profile-icon.open-icon
- = custom_icon("icon_status_open")
- - elsif event.action_name == "closed"
- .profile-icon.closed-icon
- = custom_icon("icon_status_closed")
- - else
- .profile-icon.fork-icon
- = custom_icon("icon_code_fork")
+- if current_path?('dashboard#activity')
+ .system-note-image.user-avatar
+ = author_avatar(event, size: 32)
+- else
+ - if event.target
+ - if event.action_name == "opened"
+ .system-note-image.open-icon
+ = custom_icon("icon_status_open")
+ - elsif event.action_name == "closed"
+ .system-note-image.closed-icon
+ = custom_icon("icon_status_closed")
+ - else
+ .system-note-image.fork-icon
+ = custom_icon("icon_code_fork")
.event-title
%span.author_name= link_to_author event