From 0419e59bee499d1e5c8bfd1fc4b46f2c3f881517 Mon Sep 17 00:00:00 2001 From: Karishma Vanwari <78212650+KarishmaVanwari@users.noreply.github.com> Date: Tue, 21 Jun 2022 12:56:42 +0530 Subject: [PATCH] Date picker modal for /tag/__ pages (#11199) * Fixes #11198: Added date picker modal * Revert "Fixes #11198: Added date picker modal" This reverts commit 60b3c800a67dc685a258c4910c2ac10b1fb81003. * Fixes #11198: Added date picker modal --- app/views/tag/show/_sort.html.erb | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/app/views/tag/show/_sort.html.erb b/app/views/tag/show/_sort.html.erb index 0e9905867d..fa2c3d9db9 100644 --- a/app/views/tag/show/_sort.html.erb +++ b/app/views/tag/show/_sort.html.erb @@ -19,6 +19,41 @@ past month past year + custom <% end %> + + \ No newline at end of file