Sha256: fcfdc4ffb2f3707d31ccf68d8169a92d56f1fc3b3c87bb64ef24ef46c97e9a6f

Contents?: true

Size: 321 Bytes

Versions: 285

Compression:

Stored size: 321 Bytes

Contents

<h1>New user</h1>

<%= error_messages_for :user %>

<% form_for(:user, :url => users_path) do |f| %>
  <p>
    <b>Email</b><br />
    <%= f.text_field :email %>
  </p>

  <p>
    <b>Age</b><br />
    <%= f.text_field :age %>
  </p>

  <p>
    <%= submit_tag "Create" %>
  </p>
<% end %>

<%= link_to 'Back', users_path %>

Version data entries

285 entries across 171 versions & 30 rubygems

Version Path
thoughtbot-clearance-0.2.6 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users/new.rhtml
thoughtbot-clearance-0.2.7 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users/new.rhtml
thoughtbot-clearance-0.2.8 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users/new.rhtml
thoughtbot-clearance-0.2.9 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users/new.rhtml
thoughtbot-clearance-0.3.0 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users/new.rhtml
thoughtbot-clearance-0.3.1 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users/new.rhtml
thoughtbot-clearance-0.3.2 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users/new.rhtml
thoughtbot-clearance-0.3.3 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users/new.rhtml
thoughtbot-clearance-0.3.4 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users/new.rhtml
thoughtbot-shoulda-2.0.0 test/rails_root/app/views/users/new.rhtml
thoughtbot-shoulda-2.0.1 test/rails_root/app/views/users/new.rhtml
thoughtbot-shoulda-2.0.2 test/rails_root/app/views/users/new.rhtml
thoughtbot-shoulda-2.0.3 test/rails_root/app/views/users/new.rhtml
thoughtbot-shoulda-2.0.4 test/rails_root/app/views/users/new.rhtml
thoughtbot-shoulda-2.0.5 test/rails_root/app/views/users/new.rhtml
thoughtbot-shoulda-2.0.6 test/rails_root/app/views/users/new.rhtml
thoughtbot-shoulda-2.10.0 test/rails_root/app/views/users/new.rhtml
thoughtbot-shoulda-2.10.1 test/rails_root/app/views/users/new.rhtml
thoughtbot-shoulda-2.10.2 test/rails_root/app/views/users/new.rhtml
thoughtbot-shoulda-2.9.0 test/rails_root/app/views/users/new.rhtml