Sha256: d01148573592c144461bdb53af488b237c49020c5ec9d55149ef2d40f3cee14f
Contents?: true
Size: 578 Bytes
Versions: 18
Compression:
Stored size: 578 Bytes
Contents
<h2><%= t("authentication.sign_up") %></h2> <%= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| %> <%= devise_error_messages! %> <p><%= f.label :email %><br /> <%= f.email_field :email %></p> <p><%= f.label :password %><br /> <%= f.password_field :password %></p> <p><%= f.label :password_confirmation, t("authentication.password_confirmation") %><br /> <%= f.password_field :password_confirmation %></p> <p><%= f.submit t("authentication.sign_up") %></p> <% end %> <%= render :partial => "devise/shared/links" %>
Version data entries
18 entries across 18 versions & 1 rubygems