Sha256: 1f349c11e269e662f2c794a24ec6bc72504d1d11acba2239734917ca69fa4c6e

Contents?: true

Size: 871 Bytes

Versions: 10

Compression:

Stored size: 871 Bytes

Contents

.panel-label Contact
.panel
  .panel__content
    .row
      .inner4
        = input_block 'Contact Email', explanation: 'Destination email address for alerts.  Separate multiple email addresses with commas.' do
          = text_field_tag 'settings[contact_email]', Tenon::MySettings.contact_email, class: 'input-block__text-field'
      .inner4
        = input_block 'Sender Email', explanation: '"From" email address for alerts.' do
          = text_field_tag 'settings[from_email]', Tenon::MySettings.from_email, class: 'input-block__text-field'
      .inner4.omega
        = input_block 'Comment Email', explanation: 'Do you want to receive an email when someone posts a comment?' do
          = check_box_tag 'settings[comment_email]', Tenon::MySettings.comment_email, class: 'input-block__text-field'
          %label.input-block__label--inline Yes, send me emails

Version data entries

10 entries across 10 versions & 1 rubygems

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