Sha256: 90d358092ee932450031bfeff31e133ad4df2432c572bf592072d49261e5c13d
Contents?: true
Size: 822 Bytes
Versions: 13
Compression:
Stored size: 822 Bytes
Contents
= form_for [spina, :admin, current_account] do |f| .table-container %table.table.table-form %tr %td = Spina::Account.human_attribute_name(:robots_allowed) %td = f.check_box :robots_allowed, data: {switch: true} %tr %td = Spina::Account.human_attribute_name(:google_analytics) %td = f.text_field :google_analytics, placeholder: Spina::Account.human_attribute_name(:google_analytics) %tr %td = Spina::Account.human_attribute_name(:google_site_verification) %td = f.text_field :google_site_verification, placeholder: Spina::Account.human_attribute_name(:google_site_verification) %button.button.button-primary{type: 'submit'} = icon('check') = t('spina.preferences.analytics_save')
Version data entries
13 entries across 13 versions & 1 rubygems