Sha256: c6b695f2ca429428896b080164839ec0e0361334197c7ffb0eaef198e19d8bc7

Contents?: true

Size: 750 Bytes

Versions: 2

Compression:

Stored size: 750 Bytes

Contents

<!doctype html>
<html lang="en">
  <head>
    <title>Form Output</title>
  </head>
  <body>
    <p>
      <label>Field by Label</label>
      <%= params[:field_by_label] %>
    </p>
    <p>
      <label>Field by Name</label>
      <%= params[:field_by_name] %>
    </p>
    <p>
      <label>Field by ID</label>
      <%= params[:field_by_id] %>
    </p>
    <p>
      <label>Password by Label</label>
      <%= params[:password_by_label] %>
    </p>
    <p>
      <label>Text Area by Label</label>
      <%= params[:text_area_by_label] %>
    </p>
    <p>
      <label>Select by Name</label>
      <%= params[:select_by_name] %>
    </p>
    <p>
      <label>Radio Button by Name</label>
      <%= params[:radio_button] %>
    </p>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mechanical-cuke-0.2.0 test/fixtures/server/views/form_output.erb
mechanical-cuke-0.1.0 test/fixtures/server/views/form_output.erb