From 45c3f8aa96705b3f6773bc83bd4d699dcf0c8f7d Mon Sep 17 00:00:00 2001 From: Daniil Fadeev Date: Wed, 10 May 2023 13:46:09 +0400 Subject: [PATCH] send_later: Extract send later options to separate template. This is a preparatory commit that will help to render the options for the send-later modal separately. This is necessary to have actual sending options if the user keeps the modal open. --- web/templates/send_later_modal.hbs | 27 +--------------------- web/templates/send_later_modal_options.hbs | 26 +++++++++++++++++++++ 2 files changed, 27 insertions(+), 26 deletions(-) create mode 100644 web/templates/send_later_modal_options.hbs diff --git a/web/templates/send_later_modal.hbs b/web/templates/send_later_modal.hbs index 037f403b96..ee50f1b49b 100644 --- a/web/templates/send_later_modal.hbs +++ b/web/templates/send_later_modal.hbs @@ -8,32 +8,7 @@
-
- -
+ {{> send_later_modal_options }}
diff --git a/web/templates/send_later_modal_options.hbs b/web/templates/send_later_modal_options.hbs new file mode 100644 index 0000000000..6aea2026fd --- /dev/null +++ b/web/templates/send_later_modal_options.hbs @@ -0,0 +1,26 @@ +
+ +