Move snippets to own tab as feature. Make it disabled for new projects by default
This commit is contained in:
parent
112dc875ba
commit
b765a7958d
7 changed files with 25 additions and 3 deletions
|
@ -87,6 +87,12 @@
|
|||
= f.check_box :wall_enabled
|
||||
%span.descr Simple chat system for broadcasting inside project
|
||||
|
||||
.control-group
|
||||
= f.label :snippets_enabled, "Snippets", class: 'control-label'
|
||||
.controls
|
||||
= f.check_box :snippets_enabled
|
||||
%span.descr Share code pastes with others out of git repository
|
||||
|
||||
.control-group
|
||||
= f.label :wiki_enabled, "Wiki", class: 'control-label'
|
||||
.controls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue