summaryrefslogtreecommitdiff
path: root/app/views/events/event/_common.html.haml
diff options
context:
space:
mode:
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