Add public filter to admin projects
This commit is contained in:
parent
122acb2254
commit
68bfcd0521
10 changed files with 73 additions and 34 deletions
|
@ -47,3 +47,5 @@
|
|||
%li
|
||||
%span= link_to "System Hooks", help_system_hooks_path
|
||||
|
||||
%li
|
||||
%span= link_to "Public Area", help_public_area_path
|
||||
|
|
16
app/views/help/public_area.html.haml
Normal file
16
app/views/help/public_area.html.haml
Normal file
|
@ -0,0 +1,16 @@
|
|||
%h3.page_title Public Area
|
||||
.back_link
|
||||
= link_to help_path do
|
||||
← to index
|
||||
%hr
|
||||
|
||||
%p
|
||||
Public area - is part of application with public access.
|
||||
%br
|
||||
It used to list all projects with public read-only access.
|
||||
%br
|
||||
If you enable public http access to the project - it will appears there
|
||||
%br
|
||||
|
||||
Follow #{link_to "this link", public_root_path} to visit Public Area
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue