From c08cbf72d4cb50ff5d0f2a453eabc86760b2048a Mon Sep 17 00:00:00 2001 From: Harry Wolff Date: Fri, 6 Jun 2014 23:02:56 -0400 Subject: [PATCH] Implement the Tag Editor view closes #2425 - creates custom view for the tag editor --- core/client/templates/-publish-bar.hbs | 13 +- core/client/templates/editor-tags.hbs | 9 + core/client/views/editor-tags.js | 243 +++++++++++++++++++++++++ 3 files changed, 254 insertions(+), 11 deletions(-) create mode 100644 core/client/templates/editor-tags.hbs create mode 100644 core/client/views/editor-tags.js diff --git a/core/client/templates/-publish-bar.hbs b/core/client/templates/-publish-bar.hbs index 8ea583881e..a5fd723ac2 100644 --- a/core/client/templates/-publish-bar.hbs +++ b/core/client/templates/-publish-bar.hbs @@ -1,16 +1,7 @@