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
honkster-webrat-0.6.0.10 spec/integration/rails/app/views/webrat/form.html.erb
honkster-webrat-0.6.0.9 spec/integration/rails/app/views/webrat/form.html.erb
darkofabijan-webrat-0.6.1 spec/integration/rails/app/views/webrat/form.html.erb
kbaum-webrat-0.5.1 spec/integration/rails/app/views/webrat/form.html.erb
kbaum-webrat-0.6.1.pre spec/integration/rails/app/views/webrat/form.html.erb
cynergy-webrat-0.6.0 spec/integration/rails/app/views/webrat/form.html.erb
webrat-0.6.0 spec/integration/rails/app/views/webrat/form.html.erb
radar-webrat-0.5.1.1 spec/integration/rails/app/views/webrat/form.html.erb
radar-webrat-0.5.1 spec/integration/rails/app/views/webrat/form.html.erb
sum-0.1.1 vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb
mkuklis-webrat-0.5.1 spec/integration/rails/app/views/webrat/form.html.erb
emipair-webrat-0.5.3 spec/integration/rails/app/views/webrat/form.html.erb
honkster-webrat-0.6.0 spec/integration/rails/app/views/webrat/form.html.erb
webrat-0.5.3 spec/integration/rails/app/views/webrat/form.html.erb
webrat-0.5.1 spec/integration/rails/app/views/webrat/form.html.erb
webrat-0.4.5 spec/integration/rails/app/views/webrat/form.html.erb
webrat-0.5.0 spec/integration/rails/app/views/webrat/form.html.erb
metry-2.0.4 vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb
metry-2.0.5 vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb
metry-2.1.0 vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb