html typo fix

This commit is contained in:
Tyler Renelle 2013-08-12 23:58:28 -04:00
parent ca14c39c5f
commit 2644e575ee
2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,6 @@ module.exports.batchTxn = batchTxn = (model, cb, options={}) ->
paths = {}
model._dontPersist = true
ret = cb uObj, paths, batch
console.log {cron: options.cron}
_.each paths, (v,k) -> user.pass({cron:options.cron}).set(k,batch.get(k));true
model._dontPersist = false
# some hackery in our own branched racer-db-mongo, see findAndModify of lefnire/racer-db-mongo#habitrpg index.js

View file

@ -11,7 +11,7 @@
<user-gems:>
<a class="pull-right gem-wallet" rel='popover' data-trigger='hover' data-title='Gems' data-content="Used for buying special items (reroll, eggs, hatching potions, etc). You'll need to unlock those features before being able to use Gems." data-placement='bottom'>
<span class="task-action-btn tile flush bright add-gems-btn" x-bind="click:showStripe"></span>
<span class="task-action-btn tile flush neutral"><div class="Gems"></div> {gems(_user.balance)} Gems
<span class="task-action-btn tile flush neutral"><div class="Gems"></div> {gems(_user.balance)} Gems</span>
</a>