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: b81eed76001d5d4a3638ef5ecec60e668c48eada (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'

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

- else
  = render "zero_authorized_projects"