Owner can enable public mode for project

This commit is contained in:
Dmitriy Zaporozhets 2013-01-16 16:54:01 +02:00
parent a39c910619
commit 729088a7af
6 changed files with 19 additions and 4 deletions

View file

@ -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]