Sha256: 17f6589673dd4e6198c4c6186fb79e32630e89cf68f0254b1c714c7c01178923
Contents?: true
Size: 1.85 KB
Versions: 12
Compression:
Stored size: 1.85 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) %tr %td = Spina::Account.human_attribute_name(:kvk_identifier) %small= Spina::Account.human_attribute_name(:kvk_identifier_description) %td = f.text_field :kvk_identifier, placeholder: Spina::Account.human_attribute_name(:kvk_identifier) %tr %td = Spina::Account.human_attribute_name(:vat_identifier) %small= Spina::Account.human_attribute_name(:vat_identifier_description) %td = f.text_field :vat_identifier, placeholder: Spina::Account.human_attribute_name(:vat_identifier) %button.button.button-primary{type: 'submit', data: {icon: 'o'}} = t('spina.preferences.account_save')
Version data entries
12 entries across 12 versions & 1 rubygems