debian-mirror-gitlab/app/views/ci/projects/_public.html.haml

17 lines
292 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
= 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