summaryrefslogtreecommitdiff
path: root/app/views/ci/projects/_public.html.haml
blob: bcbd60b83f0b39341c4d22309b166fe51d88d1f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
= content_for :title do
  %h3.project-title
    Public projects

- if @projects.present?
  .projects
    %table.table
      %tr
        %th Name
        %th Last commit
        %th Access
        %th Commits
      = render @projects
  = paginate @projects
- else
  %h4 No public projects yet