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: 10951af6a0952b992b3f46afed6d5a11e8e98f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- if @has_authorized_projects
  .dashboard.row
    %section.activities.col-md-8
      = render 'activities'
    %aside.side.col-md-4.left.responsive-side
      = render 'sidebar'

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

- else
  = render "zero_authorized_projects"