Sha256: 88fc42b777b0ff0b9ca4e004fded2fd0db2b02583b475859c71be2e00edd4b1b

Contents?: true

Size: 1.09 KB

Versions: 13

Compression:

Stored size: 1.09 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.analytics_save')

  .well
    .horizontal-form
      .horizontal-form-group
        .horizontal-form-label
          = Spina::Account.human_attribute_name(:robots_allowed)
        .horizontal-form-content
          = f.check_box :robots_allowed, data: {switch: true}
      .horizontal-form-group
        .horizontal-form-label
          = Spina::Account.human_attribute_name(:google_analytics)
        .horizontal-form-content
          = f.text_field :google_analytics, placeholder: Spina::Account.human_attribute_name(:google_analytics)
      .horizontal-form-group
        .horizontal-form-label
          = Spina::Account.human_attribute_name(:google_site_verification)
        .horizontal-form-content
          = f.text_field :google_site_verification, placeholder: Spina::Account.human_attribute_name(:google_site_verification)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
spina-1.2.0 app/views/spina/admin/accounts/analytics.html.haml
spina-1.1.4 app/views/spina/admin/accounts/analytics.html.haml
spina-1.1.3 app/views/spina/admin/accounts/analytics.html.haml
spina-1.1.2 app/views/spina/admin/accounts/analytics.html.haml
spina-1.1.1 app/views/spina/admin/accounts/analytics.html.haml
spina-1.1.0 app/views/spina/admin/accounts/analytics.html.haml
spina-1.0.3 app/views/spina/admin/accounts/analytics.html.haml
spina-1.0.2 app/views/spina/admin/accounts/analytics.html.haml
spina-1.0.1 app/views/spina/admin/accounts/analytics.html.haml
spina-1.0.0 app/views/spina/admin/accounts/analytics.html.haml
spina-0.12.0 app/views/spina/admin/accounts/analytics.html.haml
spina-0.11.1 app/views/spina/admin/accounts/analytics.html.haml
spina-0.11.0 app/views/spina/admin/accounts/analytics.html.haml