gitlab-ce/app/views/events/event/_created_project.html.haml

15 lines
377 B
Plaintext

= icon_for_profile_event(event)
= event_user_info(event)
.event-title.gl-flex
= inline_event_icon(event)
.event-title-block.gl-inline-block.gl-mr-2
%span.event-type{ class: event.action_name + user_profile_activity_classes }
= event_action_name(event)
- if event.project
= link_to_project(event.project)
- else
= event.resource_parent_name