2017-04-11 14:24:04 -04:00
|
|
|
= icon_for_profile_event(event)
|
2017-03-31 16:39:31 -04:00
|
|
|
|
2018-11-06 09:33:42 -05:00
|
|
|
= event_user_info(event)
|
|
|
|
|
|
|
|
.event-title.d-flex.flex-wrap
|
|
|
|
= inline_event_icon(event)
|
2020-06-24 14:09:03 -04:00
|
|
|
%span.event-type.d-inline-block.gl-mr-2{ class: event.action_name }
|
2015-02-13 06:02:17 -05:00
|
|
|
= event_action_name(event)
|
|
|
|
|
|
|
|
- if event.project
|
2018-09-07 11:08:55 -04:00
|
|
|
= link_to_project(event.project)
|
2015-02-13 06:02:17 -05:00
|
|
|
- else
|
2019-09-10 06:11:38 -04:00
|
|
|
= event.resource_parent_name
|