mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
Fix replacing typo
This commit is contained in:
parent
255acd79d2
commit
73e9730fe7
1 changed files with 2 additions and 2 deletions
|
|
@ -46,10 +46,10 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template")
|
|||
|
||||
// Static Rewards
|
||||
ul.items.rewards(ng-if='main && list.type=="reward" && user.flags.itemsEnabled')
|
||||
li.task.reward-item(ng-repeat='item in itemStore')
|
||||
- li.task.reward-item(ng-repeat='item in itemStore',popover-trigger='mouseenter', popover-placement='top', popover='{{item.notes}}')
|
||||
// right-hand side control buttons
|
||||
.task-meta-controls
|
||||
span.task-notes(popover-trigger='mouseenter', popover-placement='left', popover='{{item.notes}}', popover-title='{{item.text}}')
|
||||
span.task-notes
|
||||
i.icon-comment
|
||||
//left-hand size commands
|
||||
.task-controls
|
||||
|
|
|
|||
Loading…
Reference in a new issue