Sha256: 697b2ce5595461a83cbd05ece5807547c37c0554d20040b7c29ff93493699116

Contents?: true

Size: 1.51 KB

Versions: 15

Compression:

Stored size: 1.51 KB

Contents

- @page_title = @user.name + ' ' + t('preferences') + ' - ' + default_page_title
- body_classes << 'edit_personal_preferences'

- render_region :main do |main|
  - main.edit_header do
    %h1= t('personal_preferences')

  - main.edit_form do
    = form_for @user, :url => admin_preferences_path, :html => { :method => :put, 'data-onsubmit_status' => "#{t('saving_preferences')}&#8230;" } do |f|
      %fieldset
        = render :partial => 'admin/users/avatar'

        = render_region :form_top, :locals => {:f => f}

        - render_region :form, :locals => {:f => f} do |form|
          - form.edit_first_name do
            %p
              = f.label :name, t("first_name")
              = f.text_field :first_name, :class => "textbox", :size => 32, :maxlength => 100

          - form.edit_last_name do
            %p
              = f.label :name, t("last_name")
              = f.text_field :last_name, :class => "textbox", :size => 32, :maxlength => 100    

          - form.edit_email do
            %p
              = f.label :email,  t("email_address"), :class => "optional"
              = f.text_field "email", :class => 'textbox', :size => 32, :maxlength => 255

          - form.edit_password do
            = render "admin/users/password_fields", :f => f

        - render_region :form_bottom, :locals => {:f => f} do |form_bottom|
          - form_bottom.edit_buttons do
            .buttons
              = save_model_button @user
              = t('or')
              = link_to t('cancel'), admin_pages_url, class: 'alt'

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
trusty-cms-4.0.2 app/views/admin/preferences/edit.html.haml
trusty-cms-3.9.7 app/views/admin/preferences/edit.html.haml
trusty-cms-3.9.6 app/views/admin/preferences/edit.html.haml
trusty-cms-3.9.5 app/views/admin/preferences/edit.html.haml
trusty-cms-4.0.1 app/views/admin/preferences/edit.html.haml
trusty-cms-3.9.4 app/views/admin/preferences/edit.html.haml
trusty-cms-3.9.3 app/views/admin/preferences/edit.html.haml
trusty-cms-3.9.2 app/views/admin/preferences/edit.html.haml
trusty-cms-4.0.0 app/views/admin/preferences/edit.html.haml
trusty-cms-3.9.1 app/views/admin/preferences/edit.html.haml
trusty-cms-3.9.0 app/views/admin/preferences/edit.html.haml
trusty-cms-3.8.4 app/views/admin/preferences/edit.html.haml
trusty-cms-3.8.3 app/views/admin/preferences/edit.html.haml
trusty-cms-3.8.2 app/views/admin/preferences/edit.html.haml
trusty-cms-3.8.1 app/views/admin/preferences/edit.html.haml