diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-09-16 12:49:01 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-09-16 12:49:01 +0100 |
commit | 6fe5fa125ef2724e91dadf3a6d37766fee55aa71 (patch) | |
tree | f65277fc66f1cf2375b768de13286e9de88d9e68 /lib/mauve/notifiers/templates/xmpp.html.erb | |
parent | 38e4d877abee3c8e40edd932057e2bf16ad01e13 (diff) |
Updated XMPP template
Diffstat (limited to 'lib/mauve/notifiers/templates/xmpp.html.erb')
-rw-r--r-- | lib/mauve/notifiers/templates/xmpp.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mauve/notifiers/templates/xmpp.html.erb b/lib/mauve/notifiers/templates/xmpp.html.erb index 7c0bbfd..12354a2 100644 --- a/lib/mauve/notifiers/templates/xmpp.html.erb +++ b/lib/mauve/notifiers/templates/xmpp.html.erb @@ -1,4 +1,4 @@ - <html xmlns="http://jabber.org/protocol/xhtml-im"><body xmlns="OAhttp://www.w3.org/1999/xhtml"> + <html xmlns="http://jabber.org/protocol/xhtml-im"><body xmlns="http://www.w3.org/1999/xhtml"> <a href="<%=WebInterface.url_for(alert)%>"><%= alert.id%>: <%= alert.update_type.upcase %></a>: <% case alert.update_type when "cleared" @@ -8,7 +8,7 @@ when "acknowledged" else %><%= alert.raised_at.to_s_relative %><% end -%>: <strong><%= alert.subject %>:</strong> <%= alert.summary %><% +%>: <strong><%= alert.subject %></strong> <%= alert.summary %><% if alert.source != alert.subject %> -- from <%= alert.source %><% end |