summaryrefslogtreecommitdiff
path: root/app/views/dashboard/show.html.haml
blob: fa8946011b741331df864f866420150af171f20c (plain)
1
2
3
4
5
6
7
8
9
10
11
- if @projects.any?
  .dashboard.row
    %section.activities.col-md-8
      = render 'activities'
    %aside.col-md-4
      = render 'sidebar'
    = link_to '#aside', class: 'show-aside' do
      %i.fa.fa-angle-left

- else
  = render "zero_authorized_projects"