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

_activity_head.html.haml « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f39555a1d4af84aee99a7c54c99b100690ce1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
.page-title-holder.d-flex.align-items-center
  %h1.page-title= _('Activity')

.top-area
  %ul.nav-links.nav.nav-tabs
    %li{ class: active_when(params[:filter].nil?) }>
      = link_to activity_dashboard_path, class: 'shortcuts-activity', data: {placement: 'right'} do
        Your projects
    %li{ class: active_when(params[:filter] == 'starred') }>
      = link_to activity_dashboard_path(filter: 'starred'), data: {placement: 'right'} do
        Starred projects