From 72db79fcd723cc78c132c52fbb7a31fa33a0913a Mon Sep 17 00:00:00 2001 From: Neil Bowers Date: Sat, 13 Jul 2013 09:41:59 +0100 Subject: [PATCH] Mention the realm when saying "Fred started a new quest" --- www/templates/event.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/templates/event.html b/www/templates/event.html index 362e7a26..6107f991 100644 --- a/www/templates/event.html +++ b/www/templates/event.html @@ -1,7 +1,7 @@
<% if (type == 'add-quest') { %> - <%= partial.user({ realm: realm, login: author }) %> started a new quest: + <%= partial.user({ realm: realm, login: author }) %> started a new <%- realm %> quest: <% } else if (type == 'add-comment' && (comment.type == undefined || comment.type == 'text')) { %>