gitlabhq/app/views/dashboard/index.html.haml
2013-01-09 19:30:20 +00:00

13 lines
270 B
Plaintext

= javascript_include_tag 'dashboard'
- if @has_authorized_projects
.projects
.activities.span8
= render 'activities'
.side.span4
= render 'sidebar'
- else
= render "zero_authorized_projects"
:javascript
$(function(){ Pager.init(20, true); });