gitlabhq/app/views/public/projects/index.html.haml
2013-01-19 15:27:00 +01:00

17 lines
311 B
Plaintext

%h3.page_title
Projects
%small with read-only access
%hr
%ul.unstyled
- @projects.each do |project|
%li.clearfix
%h5
%i.icon-share
= project.name_with_namespace
.right
%pre.dark.tiny git clone #{project.http_url_to_repo}
= paginate @projects, theme: "admin"