foodsoft/app/views/admin/configs/_tab_others.html.haml

8 lines
460 B
Plaintext
Raw Normal View History

2014-03-16 02:08:15 +01:00
- 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, :disable_invite, as: :boolean
2014-03-16 02:08:15 +01:00
= config_input form, :help_url, as: :url, input_html: {class: 'input-xlarge'}
= config_input form, :webstats_tracking_code, as: :text, input_html: {class: 'input-xxlarge', rows: 3}