aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-10-04 06:27:37 +0000
committerMario <mario@mariovavti.com>2024-10-04 06:27:37 +0000
commit76064dbb33aeb75b910cacd6c6157642b5a0c3e4 (patch)
tree316955e7314bb6a820f7767af6804487bca95016
parent1ab4f36a1b15911ffe95cebe2583534e2490e97a (diff)
downloadvolse-hubzilla-76064dbb33aeb75b910cacd6c6157642b5a0c3e4.tar.gz
volse-hubzilla-76064dbb33aeb75b910cacd6c6157642b5a0c3e4.tar.bz2
volse-hubzilla-76064dbb33aeb75b910cacd6c6157642b5a0c3e4.zip
Fix missing handle icon in mod pdledit_gui
(cherry picked from commit 7e48caae6b104896e0b6bf95cf834d03962fdc09) Co-authored-by: Mario <mario@mariovavti.com>
-rw-r--r--view/tpl/pdledit_gui_item.tpl2
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>