Sha256: 080172085f0f65cda5a401cb7b4f8c1702d7527980d1143c080f1d7e94097910

Contents?: true

Size: 578 Bytes

Versions: 70

Compression:

Stored size: 578 Bytes

Contents

<h1 id='form_title' class='form title'>Webrat Form</h1>

<% form_tag submit_path do %>
  <label>
    Text field <%= text_field_tag "text_field" %>
  </label>
  
  <label>
    TOS <%= check_box_tag "tos" %>
  </label>
  
  <label>
    Prefilled
    <input type="text" name="prefilled" value="text" />
  </label>
  
  <label>
    <%= select_tag "month", "<option></option><option>January</option>" %>
  </label>
  
  <% div_for FakeModel.new do %>
    <label>
      Object field <%= text_field_tag "object_field" %>
    </label>
  <% end %>
  
  <%= submit_tag "Test" %>
<% end %>

Version data entries

70 entries across 70 versions & 24 rubygems

Version Path
winton-sum-0.1.0 vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb
winton-sum-0.1.1 vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb
radiant-1.0.0 ruby-debug/ruby/1.8/gems/webrat-0.7.3/spec/integration/rails/app/views/webrat/form.html.erb
indirect-webrat-0.7.5 spec/integration/rails/app/views/webrat/form.html.erb
indirect-webrat-0.7.4 spec/integration/rails/app/views/webrat/form.html.erb
webrat-0.7.3 spec/integration/rails/app/views/webrat/form.html.erb
jbd-webrat-0.7.2.rails3 spec/integration/rails/app/views/webrat/form.html.erb
webrat-0.7.2 spec/integration/rails/app/views/webrat/form.html.erb
webrat-0.7.2.beta.2 spec/integration/rails/app/views/webrat/form.html.erb
mutle-webrat-0.7.2.beta.1 spec/integration/rails/app/views/webrat/form.html.erb
thoughtbot-webrat-0.7.2.pre spec/integration/rails/app/views/webrat/form.html.erb
webrat-0.7.2.beta.1 spec/integration/rails/app/views/webrat/form.html.erb
honkster-webrat-0.7.1.2 spec/integration/rails/app/views/webrat/form.html.erb
honkster-webrat-0.7.1.1 spec/integration/rails/app/views/webrat/form.html.erb
revo-webrat-0.7.0.1 spec/integration/rails/app/views/webrat/form.html.erb
webrat-0.7.1 spec/integration/rails/app/views/webrat/form.html.erb
davidtrogers-webrat-0.7.0 spec/integration/rails/app/views/webrat/form.html.erb
revo-webrat-0.7.0 spec/integration/rails/app/views/webrat/form.html.erb
revo-webrat-0.7.1.pre spec/integration/rails/app/views/webrat/form.html.erb
webrat-0.7.0 spec/integration/rails/app/views/webrat/form.html.erb