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