foodsoft/app/views/admin/configs/_tab_others.html.haml
2014-09-02 14:21:32 +02:00

5 lines
306 B
Text

- 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'}