Fix public/projects#index page
This commit is contained in:
parent
47e510e14f
commit
607a38dd00
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
%h3.page_title
|
%h3.page_title
|
||||||
Projects
|
Projects
|
||||||
%small Read-Only Access
|
%small with read-only access
|
||||||
%hr
|
%hr
|
||||||
|
|
||||||
%ul.unstyled
|
%ul.unstyled
|
||||||
|
@ -10,8 +10,7 @@
|
||||||
%i.icon-share
|
%i.icon-share
|
||||||
= project.name_with_namespace
|
= project.name_with_namespace
|
||||||
.right
|
.right
|
||||||
%span.monospace.tiny
|
%pre.dark.tiny git clone #{project.http_url_to_repo}
|
||||||
git clone #{project.http_url_to_repo}
|
|
||||||
|
|
||||||
|
|
||||||
= paginate @projects, theme: "admin"
|
= paginate @projects, theme: "admin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue