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

_event_filter.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4426096f742d3774b9abdb027b88c2f3526c435c (plain)
1
2
3
4
5
%ul.left-top-menu.event-filter.no-top
  = event_filter_link EventFilter.push, 'Push events'
  = event_filter_link EventFilter.merged, 'Merge events'
  = event_filter_link EventFilter.comments, 'Comments'
  = event_filter_link EventFilter.team, 'Team'