summaryrefslogtreecommitdiff
path: root/app/views/dashboard/show.html.haml
blob: 2305eae1f71901a9bc928380fc6b0df4bd59495d (plain)
1
2
3
4
5
6
7
8
9
- if @has_authorized_projects
  .dashboard
    .activities.span8
      = render 'activities'
    .side.span4
      = render 'sidebar'

- else
  = render "zero_authorized_projects"