add foodcoop configuration screen
This commit is contained in:
parent
dd3ac0971c
commit
7b000c39eb
20 changed files with 562 additions and 12 deletions
5
app/views/admin/configs/_tab_others.html.haml
Normal file
5
app/views/admin/configs/_tab_others.html.haml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
- if defined? FoodsoftWiki # avoid requiring deface here (the single exception)
|
||||
= config_input form, :use_wiki, as: :boolean
|
||||
= config_input form, :use_nick, as: :boolean
|
||||
= config_input form, :tolerance_is_costly, as: :boolean
|
||||
= config_input form, :help_url, as: :url, input_html: {class: 'input-xlarge'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue