Sha256: d1cfa837d18e990cb0e93d5477fb8a98dd8be6d2e885de5908e5b174b51a5216
Contents?: true
Size: 821 Bytes
Versions: 12
Compression:
Stored size: 821 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', data: {icon: 'o'}} = t('spina.preferences.analytics_save')
Version data entries
12 entries across 12 versions & 1 rubygems