aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/notifiers/templates/email.html.erb
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-07-19 16:50:49 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-07-19 16:50:49 +0100
commit1c8bf33bd7663fcb67fe854d968670aa475173dd (patch)
treece3362715b27c97fd5525cc3f50d38be1ace4647 /lib/mauve/notifiers/templates/email.html.erb
parent72654c0a6bdb83e27f16ea92d31e7127bd19ce19 (diff)
* Fixed supressed spelling mistakes (sic)
* Added require thin_parser to http_server * Fixed spurious thaw attempts in mauve_thread.
Diffstat (limited to 'lib/mauve/notifiers/templates/email.html.erb')
-rw-r--r--lib/mauve/notifiers/templates/email.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mauve/notifiers/templates/email.html.erb b/lib/mauve/notifiers/templates/email.html.erb
index 99f56d5..f0ce1be 100644
--- a/lib/mauve/notifiers/templates/email.html.erb
+++ b/lib/mauve/notifiers/templates/email.html.erb
@@ -19,9 +19,9 @@ end
<h2>Detail</h2>
<div><%= RedCloth.new(alert.detail).to_html %></div>
<hr />
-<% if was_supressed and not is_suppressed %>
+<% if was_suppressed and not is_suppressed %>
<p><strong>Better now. Your notifications have now restarted.</strong></p>
-<% elsif is_supressed and not was_suppressed %>
+<% elsif is_suppressed and not was_suppressed %>
<p><strong>Too noisy! Your notifications have been suppressed.</strong></p>
<% end %>
<address>-- <br />Love mauve<br />xxx.</address></body></html>