From 640dd04dd3f98f87f7a7fa48bcc1748c6034235d Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sat, 21 Dec 2013 14:55:18 -0700 Subject: [PATCH] add notif re: math updates for classes (@wc8) --- views/shared/modals/new-stuff.jade | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/views/shared/modals/new-stuff.jade b/views/shared/modals/new-stuff.jade index 15069e69b0..065f1977dc 100644 --- a/views/shared/modals/new-stuff.jade +++ b/views/shared/modals/new-stuff.jade @@ -1,3 +1,14 @@ +div(modal='!user.flags.mathUpdates') + .modal-header + h3 Math Updates + .modal-body + .npc_tyler.pull-left(style='margin-right:10px') + p Hey all, Tyler here. Sorry for the rocky numbers (Exp, GP, etc) with the Class System roll-out! We're going to be tweaking the math today, and things should be mostly finalized by tomorrow. Follow our progress here (and chime in if you have some math chops). + br + p We'll also be moving some class-system interface bits around to make things more obvious for users. Stay tuned. + .modal-footer + button.btn.btn-default.cancel(ng-click='set({"flags.mathUpdates":true})') Dismiss + div(modal='modals.newStuff') .modal-header h3 New Stuff!