Sha256: 79e0aa92f1d5f33826cbcdf442a63f6ddf309a9458425e66fc22272dd5ba96ca

Contents?: true

Size: 488 Bytes

Versions: 3

Compression:

Stored size: 488 Bytes

Contents

<h2>Sign up</h2>

<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| %>
  <%= devise_error_messages! %>

  <div><%= f.label :email %>
  <%= f.email_field :email %></div>

  <div><%= f.label :password %>
  <%= f.password_field :password %></div>

  <div><%= f.label :password_confirmation %>
  <%= f.password_field :password_confirmation %></div>

  <div><%= f.submit "Sign up", class: 'btn btn-primary' %></div>
<% end %>

<%= render "links" %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
contour-1.0.0.beta3 app/views/contour/registrations/new.html.erb
contour-1.0.0.beta2 app/views/contour/registrations/new.html.erb
contour-1.0.0.beta app/views/contour/registrations/new.html.erb