summaryrefslogtreecommitdiff
path: root/app/views/dashboard/show.html.haml
blob: 6a08b1aa6408d3b6d9864d5d29d5cda119915536 (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.icon-list.icon-2x

- else
  = render "zero_authorized_projects"