Sha256: 857b48b7cb6a037109ebb54bf5f516043a341c8503d67713752f448263c57632
Contents?: true
Size: 1.14 KB
Versions: 3
Compression:
Stored size: 1.14 KB
Contents
%h1 Update your personal info: .form = form_for resource do |f| - if resource.errors.any? #errorExplanation %h2= "#{pluralize(resource.errors.count, "error")} prohibited this change:" %ul - resource.errors.full_messages.each do |msg| %li= msg .fieldGroup = f.fields_for :profile do |pf| .field .fieldName= pf.label :first_name .fieldValue= pf.text_field :first_name .field .fieldName= pf.label :last_name .fieldValue= pf.text_field :last_name .field .fieldName= f.label :email .fieldValue= f.text_field :email .field .fieldName= pf.label :phone .fieldValue= pf.text_field :phone .field .fieldName= label_tag "Company / Organization" .fieldValue= pf.text_field :company .field .fieldName= pf.label :position .fieldValue= pf.text_field :position .submit= f.submit "Update Account" :css .extra_form_data { display: none; } = content_for :head do = javascript_include_tag %w(jquery.validate jquery-validate/additional-methods.js)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wheels-0.1.24 | app/views/users/edit.html.haml |
wheels-0.1.23 | app/views/users/edit.html.haml |
wheels-0.1.22 | app/views/users/edit.html.haml |