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

- else
  = render "zero_authorized_projects"
:javascript
  $(function(){ Pager.init(20, true); });