Sha256: 161736791938d120fe7e4c76d4751d8034712ab3383572bc00ee5829dedb1116

Contents?: true

Size: 576 Bytes

Versions: 28

Compression:

Stored size: 576 Bytes

Contents

<% content_for :title do %>
<h1 class="project-banner">
  Settings
</h1>
<% end %>

<%= form_tag settings_path, method: :put, :class => 'form-horizontal' do %>
  <fieldset>
    <div class="control-group">
      <%= label_tag "settings[Velocity]", "Velocity", :class => 'control-label' %>
      <div class="controls">
        <%= text_field_tag "settings[Velocity]", @settings["Velocity"], :class => 'text_field' %>
      </div>
    </div>
    
    <div class="form-actions">
      <button type="submit" class="btn btn-primary">Save</button>
    </div>
  </fieldset>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
houston-core-0.5.6 app/views/settings/show.html.erb
houston-core-0.5.5 app/views/settings/show.html.erb
houston-core-0.5.4 app/views/settings/show.html.erb
houston-core-0.5.3 app/views/settings/show.html.erb
houston-core-0.5.2 app/views/settings/show.html.erb
houston-core-0.5.1 app/views/settings/show.html.erb
houston-core-0.5.0 app/views/settings/show.html.erb
houston-core-0.5.0.beta1 app/views/settings/show.html.erb