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

30 lines
680 B
Plaintext
Raw Normal View History

2011-11-01 10:00:59 +01:00
- content_for(:body_class, "projects-page")
2011-12-20 07:29:14 +01:00
.container_4
.grid_4
- if current_user.can_create_project?
%a.grey-button.right{:href => new_project_path} Create new project
%h2.icon
%span
Projects
2011-12-20 07:29:14 +01:00
%div.clear
- unless @projects.empty?
%div{:class => "tile"}
= render "tile"
-# If projects requris paging
-# We add ajax loader & init script
- if @projects.count == @limit
.clear
.loading{ :style => "display:none;"}
%center= image_tag "ajax-loader.gif"
2011-12-20 07:29:14 +01:00
:javascript
$(function(){
ProjectsList.init(16);
});
- else
%center.prepend-top
%h2
%cite Nothing here