Sha256: 9d9c3d9f0190ac79746c03988478f8efbbb2d535d810d30b697160ace66928f6
Contents?: true
Size: 1009 Bytes
Versions: 92
Compression:
Stored size: 1009 Bytes
Contents
<% @default_message = 'signup_with_email_name_and_password' -%> <%= render :partial => "devise/shared/header_and_errors" %> <div id="sign_in"> <div id="sign_in_form"> <%= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| %> <div class="float_right"><%= f.label :name %> <%= f.text_field :name %></div> <div style="clear: both"></div> <div class="float_right"><%= f.label :email %> <%= f.email_field :email %></div> <div style="clear: both"></div> <div class="float_right"><%= f.label :password %> <%= f.password_field :password %></div> <div style="clear: both"></div> <div class="float_right"><%= f.label :password_confirmation %> <%= f.password_field :password_confirmation %></div> <div style="clear: both"></div> <div><%= f.submit t("inline_forms.devise.sign_up") %></div> <% end %> </div> </div> <%= render :partial => "devise/shared/links" %>
Version data entries
92 entries across 92 versions & 1 rubygems