Sha256: 5419e0f3af22003063d8ce303f99da6099c5626fd302956bf173c04467da4eba

Contents?: true

Size: 293 Bytes

Versions: 8

Compression:

Stored size: 293 Bytes

Contents

= f.inputs :information do
  = f.input :name, input_html: { class: 'input-lg' }
  = f.input :avatar, as: :file
  = f.input :locale, as: :select, collection: options_for_locale, include_blank: false, input_html: { class: 'disable-select2' }

= render 'locomotive/my_account/form/actions', f: f

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotivecms-3.0.0.rc6 app/views/locomotive/my_account/form/_main.html.slim
locomotivecms-3.0.0.rc5 app/views/locomotive/my_account/form/_main.html.slim
locomotivecms-3.0.0.rc4 app/views/locomotive/my_account/form/_main.html.slim
locomotivecms-3.0.0.rc3 app/views/locomotive/my_account/form/_main.html.slim
locomotivecms-3.0.0.rc2 app/views/locomotive/my_account/form/_main.html.slim
locomotivecms-3.0.0.rc1 app/views/locomotive/my_account/form/_main.html.slim
locomotivecms-3.0.0.pre.beta.1 app/views/locomotive/my_account/form/_main.html.slim
locomotivecms-3.0.0.pre.alpha.3 app/views/locomotive/my_account/form/_main.html.haml