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: 80cf2344fe12fde0cef50711db040d5136b61eec (plain)
1
2
3
4
5
6
7
8
9
.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