gitlabhq/app/views/projects/index.html.haml
2012-01-28 16:47:55 +02:00

20 lines
411 B
Plaintext

%h3
Projects
%small= "( #{current_user.projects.count} )"
%hr
- unless @projects.empty?
%div.tile= render "tile"
-# If projects requris paging
-# We add ajax loader & init script
- if @projects.count == @limit
.loading{ :style => "display:none;"}
%center= image_tag "ajax-loader.gif"
:javascript
$(function(){
ProjectsList.init(16);
});
- else
%h2 Nothing here