From 3c729b60b4f8f53d9ec2de9601b8da33af88c032 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Tue, 18 Jul 2023 09:43:39 -0500 Subject: [PATCH] icons: Display alternate move and source icons. --- web/templates/edit_content_button.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/edit_content_button.hbs b/web/templates/edit_content_button.hbs index 9b3715b6ba..f6a6b4cb68 100644 --- a/web/templates/edit_content_button.hbs +++ b/web/templates/edit_content_button.hbs @@ -1,7 +1,7 @@ {{#if is_content_editable}} {{else if can_move_message}} - + {{else}} - + {{/if}}