Sha256: 3cb7933304a83be8d3952dd2b9f4531d4b5643c2b61e6a84ee27ad79bd2b1171

Contents?: true

Size: 800 Bytes

Versions: 73

Compression:

Stored size: 800 Bytes

Contents

%h4.box-label Contact Details
.box
  .form-group.bordered
    %label Contact Email
    .explanation Destination email address for alerts.  Separate multiple email addresses with commas.
    = text_field_tag "settings[contact_email]", Tenon::MySettings.contact_email, :placeholder => "--"

  .form-group.bordered
    %label Sender Email
    .explanation "From" email address for alerts.
    = text_field_tag "settings[from_email]", Tenon::MySettings.from_email, :placeholder => "--"

%h4.box-label Comment Notifications
.box
  .form-group.inline.bordered
    = check_box_tag "settings[comment_email]", 1, Tenon::MySettings.comment_email, class: 'tn-checkbox-right'
    %label{for: 'settings_comment_email'} Comment Email
    .explanation Do you want to receive an email when someone posts a comment?

Version data entries

73 entries across 73 versions & 1 rubygems

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