From c94cf78291fe9b4e9e85e080d10a70ef6295cd7f Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 1 Jul 2014 15:26:40 -0400 Subject: [PATCH] CSS: Alignment of category buttons for admins --- .../navigation/category.js.handlebars | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/navigation/category.js.handlebars b/app/assets/javascripts/discourse/templates/navigation/category.js.handlebars index 7a257de142f..6ed3e444e3a 100644 --- a/app/assets/javascripts/discourse/templates/navigation/category.js.handlebars +++ b/app/assets/javascripts/discourse/templates/navigation/category.js.handlebars @@ -7,20 +7,20 @@ {{custom-html "extraNavItem"}} +{{#if canChangeCategoryNotificationLevel}} + {{view 'category-notifications-button' category=category}} +{{/if}} + +{{#if canCreateTopic}} + +{{/if}} + +{{#if canEditCategory}} + +{{/if}} +
{{#if category.logo_url}} - - {{/if}} - - {{#if canChangeCategoryNotificationLevel}} - {{view 'category-notifications-button' category=category}} - {{/if}} - - {{#if canCreateTopic}} - - {{/if}} - - {{#if canEditCategory}} - + {{/if}}