Owner can enable public mode for project
This commit is contained in:
parent
a39c910619
commit
729088a7af
6 changed files with 19 additions and 4 deletions
|
@ -47,7 +47,7 @@
|
|||
- @projects.each do |project|
|
||||
%li
|
||||
- if project.public
|
||||
%i.icon-unlock.cred
|
||||
%i.icon-share
|
||||
- else
|
||||
%i.icon-lock.cgreen
|
||||
= link_to project.name_with_namespace, [:admin, project]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue