From 909fdaca3172c0e825c7e6268950e16bc5d3e4f3 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Thu, 23 Jul 2020 11:31:38 +0200 Subject: Add tag management page (#3121) The new page allows to create, delete and rename tags. See #3058 --- app/views/tag/index.phtml | 70 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 app/views/tag/index.phtml (limited to 'app/views') diff --git a/app/views/tag/index.phtml b/app/views/tag/index.phtml new file mode 100644 index 000000000..3287506f7 --- /dev/null +++ b/app/views/tag/index.phtml @@ -0,0 +1,70 @@ +partial('aside_subscription'); ?> + +
+ + +

+
+ +
+ +
+ +
+
+ +
+
+ +
+
+
+ +

+
+ +
+ +
+ +
+
+
+ +
+ +
+
+ +
+
+ +
+
+
+ +

+
+ +
+ +
+ +
+
+ +
+
+ +
+
+
+
-- cgit v1.2.3