Sha256: 9e43dd6ae92d8c2b0cb886f163be4d2cc4d3a6eed5fb6833e0bfbd3347bf9413
Contents?: true
Size: 1.07 KB
Versions: 33
Compression:
Stored size: 1.07 KB
Contents
<div id="large_title"><%= application_name -%></div> <div id="flash_message"> <%= devise_error_messages!.empty? ? 'Please signup with your name, email and password' : devise_error_messages! -%> </div> <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 "Sign up" %></div> <% end %> </div> </div> <div id="shared_links"> <%= render :partial => "devise/shared/links" %> </div>
Version data entries
33 entries across 33 versions & 1 rubygems