Sha256: 1c5738f784c39eb7e95aca9298805b64bf1ab6b5b78ff77f2ac0fab0cdebdac0
Contents?: true
Size: 1.28 KB
Versions: 12
Compression:
Stored size: 1.28 KB
Contents
= form_for [spina, :admin, current_account] do |f| .table-container %table.table.table-form %tr %td = Spina::Account.human_attribute_name(:name) %td = f.text_field :name, placeholder: Spina::Account.human_attribute_name(:name) %tr %td = Spina::Account.human_attribute_name(:address) %td = f.text_field :address, placeholder: Spina::Account.human_attribute_name(:address) %tr %td = Spina::Account.human_attribute_name(:postal_code) %td = f.text_field :postal_code, placeholder: Spina::Account.human_attribute_name(:postal_code) %tr %td = Spina::Account.human_attribute_name(:city) %td = f.text_field :city, placeholder: Spina::Account.human_attribute_name(:city) %tr %td = Spina::Account.human_attribute_name(:phone) %td = f.text_field :phone, placeholder: Spina::Account.human_attribute_name(:phone) %tr %td = Spina::Account.human_attribute_name(:email) %td = f.text_field :email, placeholder: Spina::Account.human_attribute_name(:email) %button.button.button-primary{type: 'submit'} = icon('check') = t('spina.preferences.account_save')
Version data entries
12 entries across 12 versions & 1 rubygems