Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_created_project.html.haml « event « events « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8e59be57bb422193385c0011a1c5ecdff1c25f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
= icon_for_profile_event(event)

.event-title
  %span.author_name= link_to_author event
  %span{ class: event.action_name }
    = event_action_name(event)

  - if event.project
    = link_to_project event.project
  - else
    = event.project_name