= 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')