Sha256: 27da23367f236ab537c1186089b862dd24028b42e909557599b6a10f9f5721e6
Contents?: true
Size: 672 Bytes
Versions: 2
Compression:
Stored size: 672 Bytes
Contents
<%= form_for 'options', {html: {class: 'form-horizontal', style: 'width:600px'}} do |f| %> <div class="form-inputs"> <label for="options_first_name">First Name</label> <input id="options_first_name" name="options[first_name]" type="text" value="<%= @options[:first_name] %>"/> <fieldset> <legend>Options</legend> <label class="label" for="options_favorite_beer">Favorite Beer</label> <input id="options_favorite_beer" name="options[favorite_beer]" type="text" value="<%= @options[:favorite_beer] %>"/> </fieldset> </div> <div class="form-actions"> <input name="commit" type="submit" value="Insert Snippet"/> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mercury-rails-0.7.1 | app/views/mercury/snippets/example/options.html.erb |
mercury-rails-0.7.0 | app/views/mercury/snippets/example/options.html.erb |