Guest User

Untitled

a guest
Oct 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. = semantic_form_for(resource, :as => resource_name, :url => user_registration_path) do |f|
  2. = f.inputs do
  3. .fl
  4. = profile_form.input :about, :as => :ckeditor, :label => false, :input_html => {:placeholder => "My biography"}
  5.  
  6. = f.actions do
  7. = f.button "Update", :class => "popup__btn"
Add Comment
Please, Sign In to add comment