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.9.2 app/views/settings/show.html.erb
houston-core-0.9.1 app/views/settings/show.html.erb
houston-core-0.9.0 app/views/settings/show.html.erb
houston-core-0.9.0.rc1 app/views/settings/show.html.erb
houston-core-0.8.4 app/views/settings/show.html.erb
houston-core-0.8.3 app/views/settings/show.html.erb
houston-core-0.8.2 app/views/settings/show.html.erb
houston-core-0.8.1 app/views/settings/show.html.erb
houston-core-0.8.0 app/views/settings/show.html.erb
houston-core-0.8.0.pre2 app/views/settings/show.html.erb
houston-core-0.8.0.pre app/views/settings/show.html.erb
houston-core-0.7.0 app/views/settings/show.html.erb
houston-core-0.7.0.beta4 app/views/settings/show.html.erb
houston-core-0.7.0.beta3 app/views/settings/show.html.erb
houston-core-0.7.0.beta2 app/views/settings/show.html.erb
houston-core-0.7.0.beta app/views/settings/show.html.erb
houston-core-0.6.3 app/views/settings/show.html.erb
houston-core-0.6.2 app/views/settings/show.html.erb
houston-core-0.6.1 app/views/settings/show.html.erb
houston-core-0.6.0 app/views/settings/show.html.erb