Sha256: 6c2df4773df9004bc137645c33f2a4c9db69fd72aabbb79a53ed6cce79801240

Contents?: true

Size: 1.26 KB

Versions: 15

Compression:

Stored size: 1.26 KB

Contents

<%# frozen_string_literal: true %>
<form action="/form" method="post">
  <table id="agent_table">
    <caption>Agent</caption>

    <tr>
      <td>
        <label for="form_agent_name">Name</label>
      </td>
      <td>
        <input type="text" name="form[agent_name]" value="James" id="form_agent_name"/>
      </td>
    </tr>

    <tr>
      <td colspan="2">
        <input type="submit" value="Create"/>
      </td>
    </tr>
  </table>
</form>

<form action="/form" method="post">
  <table id="girl_table">
    <caption>Girl</caption>

    <tr>
      <td>
        <label for="form_girl_name">Name</label>
      </td>
      <td>
        <input type="text" name="form[girl_name]" value="Vesper" id="form_girl_name"/>
      </td>
    </tr>

    <tr>
      <td colspan="2">
        <input type="submit" value="Create"/>
      </td>
    </tr>
  </table>
</form>

<form action="/form" method="post">
  <table id="villain_table">
    <caption>Villain</caption>

    <tr>
      <td>
        <label for="form_villain_name">Name</label>
      </td>
      <td>
        <input type="text" name="form[villain_name]" value="Ernst" id="form_villain_name"/>
      </td>
    </tr>

    <tr>
      <td colspan="2">
        <input type="submit" value="Create"/>
      </td>
    </tr>
  </table>
</form>

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
capybara-2.12.0 lib/capybara/spec/views/tables.erb
capybara-2.11.0 lib/capybara/spec/views/tables.erb
capybara-2.10.2 lib/capybara/spec/views/tables.erb
capybara-2.10.1 lib/capybara/spec/views/tables.erb
capybara-2.10.0 lib/capybara/spec/views/tables.erb
capybara-2.9.2 lib/capybara/spec/views/tables.erb
tdiary-5.0.2 vendor/bundle/gems/capybara-2.8.0/lib/capybara/spec/views/tables.erb
capybara-2.9.1 lib/capybara/spec/views/tables.erb
capybara-2.9.0 lib/capybara/spec/views/tables.erb
capybara-2.8.1 lib/capybara/spec/views/tables.erb
capybara-2.8.0 lib/capybara/spec/views/tables.erb
tdiary-5.0.1 vendor/bundle/gems/capybara-2.7.1/lib/capybara/spec/views/tables.erb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/capybara-2.7.1/lib/capybara/spec/views/tables.erb
capybara-2.7.1 lib/capybara/spec/views/tables.erb
capybara-2.7.0 lib/capybara/spec/views/tables.erb