From 82b0732b1138c34f559fd66e4fc2586f24f9bc2e Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Tue, 30 Jul 2024 14:54:35 -0500 Subject: [PATCH] message_controls: Add missing class to edit buttons. --- 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 2f5ffd9800..8cf02bc080 100644 --- a/web/templates/edit_content_button.hbs +++ b/web/templates/edit_content_button.hbs @@ -1,5 +1,5 @@ {{#if is_content_editable}} - + {{else if can_move_message}} - + {{/if}}