Sha256: 88fd370d7e7d6037f271b72f66455fe0a03d3fd358c284d559746a8197f17c7b

Contents?: true

Size: 372 Bytes

Versions: 12

Compression:

Stored size: 372 Bytes

Contents

<%= form.error_messages %>
<div class="text_field">
  <%= form.label :email %>
  <%= form.text_field :email %>
</div>
<div class="password_field">
  <%= form.label :password %>
  <%= form.password_field :password %>
</div>
<div class="password_field">
  <%= form.label :password_confirmation, "Verify password" %>
  <%= form.password_field :password_confirmation %>
</div>

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
gsterndale-warrant-0.2.0 test/rails_root/vendor/gems/thoughtbot-clearance-0.4.0/generators/clearance/templates/app/views/users/_form.html.erb
nagybence-clearance-0.4.1 generators/clearance/templates/app/views/users/_form.html.erb
nagybence-clearance-0.4.2 generators/clearance/templates/app/views/users/_form.html.erb
thoughtbot-clearance-0.4.0 generators/clearance/templates/app/views/users/_form.html.erb
thoughtbot-clearance-0.4.1 generators/clearance/templates/app/views/users/_form.html.erb
thoughtbot-clearance-0.4.2 generators/clearance/templates/app/views/users/_form.html.erb
thoughtbot-clearance-0.4.3 generators/clearance/templates/app/views/users/_form.html.erb
thoughtbot-clearance-0.4.4 generators/clearance/templates/app/views/users/_form.html.erb
thoughtbot-clearance-0.4.5 generators/clearance/templates/app/views/users/_form.html.erb
thoughtbot-clearance-0.4.6 generators/clearance/templates/app/views/users/_form.html.erb
thoughtbot-clearance-0.4.7 generators/clearance/templates/app/views/users/_form.html.erb
thoughtbot-clearance-0.4.8 generators/clearance/templates/app/views/users/_form.html.erb