Sha256: 956f84da504f3912c6b88dadc7802d16fc4e97a9aa4ce7b0fb8676aa155520aa

Contents?: true

Size: 493 Bytes

Versions: 73

Compression:

Stored size: 493 Bytes

Contents

.form-group
  %label Site Name
  = text_field_tag 'settings[site_title]', Tenon::MySettings.site_title

.form-group
  %label Site Domain
  = text_field_tag 'settings[site_url]', Tenon::MySettings.site_url

.form-group
  %label Google Analytics Code
  .explanation= link_to 'Create a New Profile Here', 'https://www.google.com/analytics/settings/add_profile?scid=16153080', target: '_'
  = text_area_tag 'settings[google_analytics]', Tenon::MySettings.google_analytics, style: 'height: 180px;'

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
tenon-1.1.4 app/views/tenon/settings/_general.html.haml
tenon-1.1.3 app/views/tenon/settings/_general.html.haml
tenon-1.1.2 app/views/tenon/settings/_general.html.haml
tenon-1.1.1 app/views/tenon/settings/_general.html.haml
tenon-1.0.76 app/views/tenon/settings/_general.html.haml
tenon-1.0.75 app/views/tenon/settings/_general.html.haml
tenon-1.0.74 app/views/tenon/settings/_general.html.haml
tenon-1.0.73 app/views/tenon/settings/_general.html.haml
tenon-1.0.72 app/views/tenon/settings/_general.html.haml
tenon-1.0.71 app/views/tenon/settings/_general.html.haml
tenon-1.0.70 app/views/tenon/settings/_general.html.haml
tenon-1.0.69 app/views/tenon/settings/_general.html.haml
tenon-1.0.68 app/views/tenon/settings/_general.html.haml
tenon-1.0.67 app/views/tenon/settings/_general.html.haml
tenon-1.0.66 app/views/tenon/settings/_general.html.haml
tenon-1.0.65 app/views/tenon/settings/_general.html.haml
tenon-1.0.64 app/views/tenon/settings/_general.html.haml
tenon-1.0.63 app/views/tenon/settings/_general.html.haml
tenon-1.0.62 app/views/tenon/settings/_general.html.haml
tenon-1.0.61 app/views/tenon/settings/_general.html.haml