Mercurial > hg > soundsoftware-site
view extra/sample_plugin/app/views/settings/_sample_plugin_settings.html.erb @ 1503:523f55b47b98 cannam
Whoops, call the right method why not
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 21 Mar 2014 13:13:52 +0000 |
parents | c6c2cbd0afee |
children |
line wrap: on
line source
<p><label>Example setting</label><%= text_field_tag 'settings[sample_setting]', @settings['sample_setting'] %></p> <p><label>Foo</label><%= text_field_tag 'settings[foo]', @settings['foo'] %></p>