Mercurial > hg > soundsoftware-site
view extra/sample_plugin/app/views/settings/_sample_plugin_settings.html.erb @ 1445:0c7b3bb73517 live
Fix underscores in idents (and make regex the same in both places it's used)
author | Chris Cannam |
---|---|
date | Tue, 22 Oct 2013 10:56:02 +0100 |
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>