Sha256: c929af5088b15b83ee81c6c0dcec01160493cd457f5f61c5a33e6df9db2f9918

Contents?: true

Size: 654 Bytes

Versions: 30

Compression:

Stored size: 654 Bytes

Contents

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

<% form_tag "/buttons" do %>
  <input type="button" id="input_button_id" value="input_button_value" />
  <input type="submit" id="input_submit_id" value="input_submit_value" />
  <input type="image" id="input_image_id" value="input_image_value" alt="input_image_alt" src="" />

  <button type="button" id="button_button_id" value="button_button_value">button_button_text</button>
  <button type="submit" id="button_submit_id" value="button_submit_value">button_submit_text</button>
  <button type="image" id="button_image_id" value="button_image_value">button_image_text</button>
<% end %>

Version data entries

30 entries across 30 versions & 13 rubygems

Version Path
davidtrogers-webrat-0.4.4.2 spec/integration/rails/app/views/buttons/show.html.erb
diabolo-webrat-0.5.1 spec/integration/rails/app/views/buttons/show.html.erb
dstrelau-webrat-0.5.1 spec/integration/rails/app/views/buttons/show.html.erb
hardbap-webrat-0.5.1 spec/integration/rails/app/views/buttons/show.html.erb
hardbap-webrat-0.5.2 spec/integration/rails/app/views/buttons/show.html.erb
winton-sum-0.1.0 vendor/webrat/spec/integration/rails/app/views/buttons/show.html.erb
winton-sum-0.1.1 vendor/webrat/spec/integration/rails/app/views/buttons/show.html.erb
kbaum-webrat-0.5.1 spec/integration/rails/app/views/buttons/show.html.erb
radar-webrat-0.5.1.1 spec/integration/rails/app/views/buttons/show.html.erb
radar-webrat-0.5.1 spec/integration/rails/app/views/buttons/show.html.erb
sum-0.1.1 vendor/webrat/spec/integration/rails/app/views/buttons/show.html.erb
mkuklis-webrat-0.5.1 spec/integration/rails/app/views/buttons/show.html.erb
emipair-webrat-0.5.3 spec/integration/rails/app/views/buttons/show.html.erb
honkster-webrat-0.6.0 spec/integration/rails/app/views/buttons/show.html.erb
webrat-0.5.3 spec/integration/rails/app/views/buttons/show.html.erb
webrat-0.5.1 spec/integration/rails/app/views/buttons/show.html.erb
webrat-0.4.5 spec/integration/rails/app/views/buttons/show.html.erb
webrat-0.5.0 spec/integration/rails/app/views/buttons/show.html.erb
metry-2.0.4 vendor/webrat/spec/integration/rails/app/views/buttons/show.html.erb
metry-2.0.5 vendor/webrat/spec/integration/rails/app/views/buttons/show.html.erb