gitlab-org--gitlab-foss/app/views/public/projects/index.html.haml

18 lines
330 B
Text
Raw Normal View History

2013-01-10 13:17:57 -05:00
%h3.page_title
Projects
%small Read-Only Access
%hr
2013-01-12 14:54:52 -05:00
%ul.unstyled
2013-01-10 13:17:57 -05:00
- @projects.each do |project|
%li.clearfix
%h5
%i.icon-star.cgreen
= project.name_with_namespace
.right
%span.monospace.tiny
git clone #{project.http_url_to_repo}
2013-01-13 10:24:29 -05:00
= paginate @projects, theme: "admin"