debian-mirror-gitlab/app/views/events/event/_created_project.html.haml

14 lines
320 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
= icon_for_profile_event(event)
2018-12-13 13:39:08 +05:30
= event_user_info(event)
.event-title.d-flex.flex-wrap
= inline_event_icon(event)
2020-07-28 23:09:34 +05:30
%span.event-type.d-inline-block.gl-mr-2{ class: event.action_name }
2015-04-26 12:48:37 +05:30
= event_action_name(event)
- if event.project
2018-11-20 20:47:30 +05:30
= link_to_project(event.project)
2015-04-26 12:48:37 +05:30
- else
2019-12-04 20:38:33 +05:30
= event.resource_parent_name