Skip to content

Commit

Permalink
Changed http to https in notify_moderators_of_comment_spam.html.erb (p…
Browse files Browse the repository at this point in the history
…ubliclab#8587) (publiclab#8593)

* Update notify_moderators_of_comment_spam.html.erb

Changed http to https

* Hostname update in notify_moderators_of_comment_spam.html.erb

Hostname is loaded from configuration file instead of hardcoded hostname
  • Loading branch information
amanda-ariyaratne authored and reginaalyssa committed Oct 16, 2021
1 parent ae82656 commit 5977e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<hr>
<div class="footer">

<p>Visit the spam page here: <a href="http://publiclab.org/spam">http://publiclab.org/spam</a></p>
<p>Visit the spam page here: <a href="https://<%= ActionMailer::Base.default_url_options[:host] %>/spam">https://<%= ActionMailer::Base.default_url_options[:host] %>/spam</a></p>

<p>You received this email because you are <a href="https://<%= ActionMailer::Base.default_url_options[:host] %>/wiki/moderation">a Public Lab community moderator</a></p>

Expand Down

0 comments on commit 5977e16

Please sign in to comment.