diff options
author | Mario <mario@mariovavti.com> | 2024-10-04 06:26:34 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-10-04 06:26:34 +0000 |
commit | 7e48caae6b104896e0b6bf95cf834d03962fdc09 (patch) | |
tree | 9f4ba00166cc27d654c39a807d03b18f90a43258 /view | |
parent | afbeb58c1626c3ba35041c834622c8134d0275e7 (diff) | |
download | volse-hubzilla-7e48caae6b104896e0b6bf95cf834d03962fdc09.tar.gz volse-hubzilla-7e48caae6b104896e0b6bf95cf834d03962fdc09.tar.bz2 volse-hubzilla-7e48caae6b104896e0b6bf95cf834d03962fdc09.zip |
Fix missing handle icon in mod pdledit_gui
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/pdledit_gui_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/pdledit_gui_item.tpl b/view/tpl/pdledit_gui_item.tpl index 1a3de7e15..6a8d20271 100644 --- a/view/tpl/pdledit_gui_item.tpl +++ b/view/tpl/pdledit_gui_item.tpl @@ -12,7 +12,7 @@ {{if $entry.type !== 'content'}} <button type="button" class="btn btn-sm btn-outline-primary pdledit_gui_item_src{{if $disable_controls}} disabled{{/if}}">Edit</button> <button type="button" class="btn btn-sm btn-outline-danger pdledit_gui_item_remove{{if $disable_controls}} disabled{{/if}}">Remove</button> - <i class="bi fa-arrows-alt m-2 float-end cursor-pointer pdledit_gui_item_handle"></i> + <i class="bi bi-arrows-move m-2 float-end cursor-pointer pdledit_gui_item_handle"></i> {{/if}} </div> </div> |