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

18 lines
324 B
Text
Raw Normal View History

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