Sha256: fe00132e59a558f8794fb7c4e12800a123c68689d6f9c58b9643ae0cd02aa174

Contents?: true

Size: 746 Bytes

Versions: 10

Compression:

Stored size: 746 Bytes

Contents

.panel-label General
.panel
  .panel__content
    .row
      .inner6
        = input_block 'Site Name' do
          = text_field_tag 'settings[site_title]', Tenon::MySettings.site_title, class: 'input-block__text-field'
      .inner6.omega
        = input_block 'Site Domain' do
          = text_field_tag 'settings[site_url]', Tenon::MySettings.site_url, class: 'input-block__text-field'

    .input-block
    = input_block 'Google Analytics Code' do
      = text_area_tag 'settings[google_analytics]', Tenon::MySettings.google_analytics, class: 'input-block__multiline-text-field'
      .input-block__explanation
        = link_to('Create a New Profile Here', 'https://www.google.com/analytics/settings/add_profile?scid=16153080', target: '_')

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tenon-2.1.0 app/views/tenon/settings/_general.html.haml
tenon-2.0.8 app/views/tenon/settings/_general.html.haml
tenon-2.0.7 app/views/tenon/settings/_general.html.haml
tenon-2.0.6 app/views/tenon/settings/_general.html.haml
tenon-2.0.5 app/views/tenon/settings/_general.html.haml
tenon-2.0.4 app/views/tenon/settings/_general.html.haml
tenon-2.0.3 app/views/tenon/settings/_general.html.haml
tenon-2.0.2 app/views/tenon/settings/_general.html.haml
tenon-2.0.1 app/views/tenon/settings/_general.html.haml
tenon-2.0.0 app/views/tenon/settings/_general.html.haml