Advertisement
Guest User

Untitled

a guest
Oct 15th, 2013
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.41 KB | None | 0 0
  1.     = form_for(resource, as: resource_name, url: registration_path(resource_name), html:{id:'registration-form'}) do |f|
  2.         = devise_error_messages!
  3.  
  4.         div style="padding:4px"
  5.             div class="input-group input-group-lg"
  6.                 span class="input-group-addon"
  7.                     i class="glyphicon glyphicon-envelope"
  8.                 = f.email_field :email, autofocus: true, placeholder: "Email address", class:"form-control", style:"height:60px"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement