index.html.haml 384 字节
Newer Older
D
Douwe Maan 已提交
1
- if current_user
2 3 4 5 6 7 8 9 10 11 12
  .gray-content-block.top-block
    = render "search"
  .projects
    .wide-table-holder
      %table.table.projects-table.content-list
        %thead
          %tr
            %th Project Name
            %th Last commit
            %th Access
            %th Commits
13

14 15
        = render @projects
    = paginate @projects, theme: 'gitlab'
D
Douwe Maan 已提交
16 17
- else
  = render 'public'