Skip to content

Commit

Permalink
Update notes.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanFalt committed May 16, 2023
1 parent b4d16a9 commit 8033a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/actor/parts/notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
{{#each item.system.bonuses as |bonus id|}}
<div class="clearareaBox note-row">
<div class="pullLeft bonus-power-name headlineNormal">{{bonus.name}}</div>
{{#if (eq ../../../locked false)}}
{{#if (eq ../../locked false)}}
<div class="pullLeft"><i class="icon smallicon fa-solid fa-pen-to-square pointer item-edit" title="{{localize 'wod.labels.edit.bonus'}}" aria-hidden="true" data-itemtype="Bonus" data-type="bonus" data-item-id="{{bonus._id}}"></i></div>
<div class="pullLeft"><i class="icon smallicon fa-solid fa-trash-can pointer item-delete" title="{{localize 'wod.labels.remove.bonus'}}" aria-hidden="true" data-itemtype="Bonus" data-type="bonus" data-item-id="{{bonus._id}}"></i></div>
{{/if}}
Expand Down Expand Up @@ -532,4 +532,4 @@
</div>

</div>
</div>
</div>

1 comment on commit 8033a8d

@JohanFalt
Copy link
Owner Author

Choose a reason for hiding this comment

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

Wrong issue: #580

Please sign in to comment.