Sha256: 52fbcdcc52d5906226210071f4c563377d9be9260b43c240f895c5892e72bb0c

Contents?: true

Size: 1.22 KB

Versions: 24

Compression:

Stored size: 1.22 KB

Contents

<%= form_for 'options', { :html => { :style => 'width:600px' } } do |f| %>

  <div class="mercury-display-pane-container">
    <div class="mercury-display-pane">
      <fieldset class="inputs">
        <ol>
          <li class="string input optional stringish" id="options_first_name_input">
            <label class="label" for="options_first_name">First Name</label>
            <input id="options_first_name" name="options[first_name]" type="text" value="<%= @options[:first_name] %>"/>
          </li>
        </ol>
      </fieldset>

      <fieldset class="inputs">
        <legend><span>Options</span></legend>
        <ol>
          <li class="string input optional stringish" id="options_favorite_beer_input">
            <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] %>"/>
          </li>
        </ol>
      </fieldset>
    </div>
  </div>

  <div class="mercury-display-controls">
    <fieldset class="buttons">
      <ol>
        <li class="commit button"><input class="submit" name="commit" type="submit" value="Insert Snippet"/></li>
      </ol>
    </fieldset>
  </div>

<% end %>

Version data entries

24 entries across 24 versions & 3 rubygems

Version Path
kiteditor-1.0.25 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.24 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.23 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.22 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.21 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.20 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.19 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.18 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.17 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.16 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.14 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.13 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.11 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.10 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.9 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.8 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.7 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.6 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.5 app/views/mercury/snippets/example/options.html.erb
kiteditor-1.0.4 app/views/mercury/snippets/example/options.html.erb