mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 08:36:06 +10:00
Fix public/projects#index page
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
%h3.page_title
|
||||
Projects
|
||||
%small Read-Only Access
|
||||
%small with read-only access
|
||||
%hr
|
||||
|
||||
%ul.unstyled
|
||||
@@ -10,8 +10,7 @@
|
||||
%i.icon-share
|
||||
= project.name_with_namespace
|
||||
.right
|
||||
%span.monospace.tiny
|
||||
git clone #{project.http_url_to_repo}
|
||||
%pre.dark.tiny git clone #{project.http_url_to_repo}
|
||||
|
||||
|
||||
= paginate @projects, theme: "admin"
|
||||
|
||||
Reference in New Issue
Block a user