Sha256: 4ea4ffd4868b10ea2f2dccafd5811288960fb6e4e33f91945f8e262804bf84ff
Contents?: true
Size: 2 KB
Versions: 4
Compression:
Stored size: 2 KB
Contents
= form_for [spina, :admin, current_account], url: spina.admin_account_path do |f| %header#header = render partial: 'spina/admin/shared/breadcrumbs' #header_actions %button.button.button-primary{type: 'submit'} = icon('check') = t('spina.preferences.social_media_save') %div{style: "margin-top: 40px"} .horizontal-form .horizontal-form-group .horizontal-form-label = Spina::Account.human_attribute_name(:facebook) .horizontal-form-content .page-form-control = f.text_field :facebook, placeholder: Spina::Account.human_attribute_name(:facebook) .horizontal-form-group .horizontal-form-label = Spina::Account.human_attribute_name(:twitter) .horizontal-form-content .page-form-control = f.text_field :twitter, placeholder: Spina::Account.human_attribute_name(:twitter) .horizontal-form-group .horizontal-form-label = Spina::Account.human_attribute_name(:instagram) .horizontal-form-content .page-form-control = f.text_field :instagram, placeholder: Spina::Account.human_attribute_name(:instagram) .horizontal-form-group .horizontal-form-label = Spina::Account.human_attribute_name(:youtube) .horizontal-form-content .page-form-control = f.text_field :youtube, placeholder: Spina::Account.human_attribute_name(:youtube) .horizontal-form-group .horizontal-form-label = Spina::Account.human_attribute_name(:linkedin) .horizontal-form-content .page-form-control = f.text_field :linkedin, placeholder: Spina::Account.human_attribute_name(:linkedin) .horizontal-form-group .horizontal-form-label = Spina::Account.human_attribute_name(:google_plus) .horizontal-form-content .page-form-control = f.text_field :google_plus, placeholder: Spina::Account.human_attribute_name(:google_plus)
Version data entries
4 entries across 4 versions & 1 rubygems