Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/signup rec iteration 6 #1656

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
3 changes: 2 additions & 1 deletion deploy/templates/dojo.reminder-level.tpl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<p>Your current level is {$player->level|escape}. Your current kills are {$player->kills|escape}.</p>
<p>Your current level is <strong class='level'>{$player->level|escape}</strong>. <br />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been cherry-picked in to master elsewhere.

Your current kills are <strong class='kills'>{$player->kills|escape}</strong>.</p>