2012-01-28 15:47:55 +01:00
|
|
|
%h3
|
|
|
|
Projects
|
|
|
|
%small= "( #{current_user.projects.count} )"
|
2012-01-27 23:51:02 +01:00
|
|
|
%hr
|
|
|
|
- unless @projects.empty?
|
|
|
|
%div.tile= render "tile"
|
2011-10-28 13:41:39 +02:00
|
|
|
|
2012-01-27 23:51:02 +01:00
|
|
|
-# If projects requris paging
|
|
|
|
-# We add ajax loader & init script
|
|
|
|
- if @projects.count == @limit
|
|
|
|
.loading{ :style => "display:none;"}
|
|
|
|
%center= image_tag "ajax-loader.gif"
|
2011-12-20 07:29:14 +01:00
|
|
|
|
2012-01-27 23:51:02 +01:00
|
|
|
:javascript
|
|
|
|
$(function(){
|
|
|
|
ProjectsList.init(16);
|
|
|
|
});
|
|
|
|
- else
|
|
|
|
%h2 Nothing here
|