From b378ce7edec75bfd36eefa86fe054bcc362d0a2d Mon Sep 17 00:00:00 2001 From: rr- Date: Tue, 26 Jul 2016 20:36:14 +0200 Subject: [PATCH] client/posts: move relations above tags --- client/html/post_edit_sidebar.tpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/client/html/post_edit_sidebar.tpl b/client/html/post_edit_sidebar.tpl index 7bc84397..7eb2e467 100644 --- a/client/html/post_edit_sidebar.tpl +++ b/client/html/post_edit_sidebar.tpl @@ -25,15 +25,6 @@ <% } %> - <% if (ctx.canEditPostTags) { %> -
- <%= ctx.makeTextInput({ - text: 'Tags', - value: ctx.post.tags.join(' '), - }) %> -
- <% } %> - <% if (ctx.canEditPostRelations) { %>
<%= ctx.makeTextInput({ @@ -46,6 +37,15 @@
<% } %> + <% if (ctx.canEditPostTags) { %> +
+ <%= ctx.makeTextInput({ + text: 'Tags', + value: ctx.post.tags.join(' '), + }) %> +
+ <% } %> + <% if (ctx.canEditPostFlags && ctx.post.type === 'video') { %>