gitlabhq/app/views/dashboard/index.html.haml

13 lines
270 B
Plaintext
Raw Normal View History

2012-12-03 01:29:07 +01:00
= 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); });