gitlabhq/app/views/public/projects/index.html.haml
2013-03-04 20:11:23 +02:00

19 lines
394 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
.pull-right
%pre.dark.tiny git clone #{project.http_url_to_repo}
- unless @projects.present?
%h3.nothing_here_message No public projects
= paginate @projects, theme: "admin"