Sha256: e469803b6ac164a7982165206088b221a19166f25446526778e510c3a86a9efc

Contents?: true

Size: 696 Bytes

Versions: 4

Compression:

Stored size: 696 Bytes

Contents

<div class="servey">
  <form action="/form/fu" method="get">
    <label>
      <h4>
        Are you fu?
      </h4>
      <input name="fu" type="radio" value="yes">
      Yes!
      <input name="fu" type="radio" value="no">
      no :(
    </label>
    <input type="submit" value="Answer the Fu Master">
  </form>
  <form class="update" action="/user/info" method="post">
    <input name="_method" type="hidden" value="put">
    <h4>
      Provide us with updated information
    </h4>
    <label>
      Name:
      <input name="name" type="text">
    </label>
    <label>
      Email:
      <input name="email" type="text">
    </label>
    <input type="submit" value="Update">
  </form>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
garterbelt-0.1.1 spec/integration/expectations/view_with_forms.html
garterbelt-0.1.0 spec/integration/expectations/view_with_forms.html
garterbelt-0.0.9 spec/integration/expectations/view_with_forms.html
garterbelt-0.0.8 spec/integration/expectations/view_with_forms.html