Sha256: c3b79827bee0049b66d9886a42ecec7af0c7fbd40ced72c30af3697b5e59214c
Contents?: true
Size: 614 Bytes
Versions: 1
Compression:
Stored size: 614 Bytes
Contents
= content_for :title do = t('.site_title') = content_for :content_header do h1=t('.title') = form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => {:class => 'login_with_email_form'}) do |f| = devise_error_messages! p.input = f.label :name = f.text_field :name p.input = f.label :email = f.text_field :email p.input = f.label :password = f.password_field :password p.input = f.label :password_confirmation = f.password_field :password_confirmation p.action = f.submit t('.submit') = render :partial => "devise/shared/links"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
catarse_core-1.0.0.beta | app/views/catarse/registrations/new.html.slim |