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

show.html.haml « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 306b71717efee9b11396cadcfd588d9669490d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- if @has_authorized_projects
  .dashboard.row
    .activities.col-md-8
      = render 'activities'
    .side.col-md-4.left.responsive-side
      = render 'sidebar'

  .fixed.sidebar-expand-button.hidden-lg.hidden-md
    %i.icon-list.icon-2x

- else
  = render "zero_authorized_projects"