Sha256: 45ec7da34b5aa202a7a8a2218c2a8bfaede07bff177316cede875f39c061ac29

Contents?: true

Size: 658 Bytes

Versions: 2

Compression:

Stored size: 658 Bytes

Contents

= form_for [spina, :admin, current_account] do |f|
  .table-container
    %table.table.table-form
      %tr
        %td
          %label Website zichtbaar in zoekmachines
        %td
          = f.check_box :robots_allowed, data: {switch: true}
      %tr
        %td
          %label Google Analytics
        %td
          = f.text_field :google_analytics, placeholder: "Google Analytics code"
      %tr
        %td
          %label Google Site Verification
        %td
          = f.text_field :google_site_verification, placeholder: "Google Site Verification code"

  %button.button.button-primary{type: 'submit', data: {icon: 'o'}}
    Voorkeuren opslaan

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spina-0.6.12 app/views/spina/admin/accounts/analytics.html.haml
spina-0.6.11 app/views/spina/admin/accounts/analytics.html.haml