mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 23:40:25 +00:00
Fix syntax error in jade file
This commit is contained in:
parent
f9489b3385
commit
6604a36a9a
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ div(modal='user.flags.contributor')
|
|||
{{user.profile.name}}, you awesome person! You're now a level {{user.contributor.level}} contributor for helping HabitRPG. See <a href='http://habitrpg.wikia.com/wiki/Contributor_Rewards' target='_blank'>what prizes you've earned for your contribution!</a>
|
||||
|
||||
.modal-footer
|
||||
button.btn.btn-default.cancel(ng-click='set("{flags.contributor":false})') Ok
|
||||
button.btn.btn-default.cancel(ng-click='set({"flags.contributor":false})') Ok
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue