From 10b6741a154e3b282ce8eb6b7c96c66005c99e77 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 13 Nov 2014 23:28:17 -0800 Subject: [PATCH] de-chevron the side nav a bit --- app/assets/javascripts/admin/templates/site_settings.hbs | 1 - app/assets/javascripts/discourse/templates/user/user.hbs | 5 ----- 2 files changed, 6 deletions(-) diff --git a/app/assets/javascripts/admin/templates/site_settings.hbs b/app/assets/javascripts/admin/templates/site_settings.hbs index f318c713145..aebfb4520a3 100644 --- a/app/assets/javascripts/admin/templates/site_settings.hbs +++ b/app/assets/javascripts/admin/templates/site_settings.hbs @@ -20,7 +20,6 @@ {{#if filtered}} ({{category.siteSettings.length}}) {{/if}} - {{/link-to}} {{/each}} diff --git a/app/assets/javascripts/discourse/templates/user/user.hbs b/app/assets/javascripts/discourse/templates/user/user.hbs index 0363777f5db..0656ca8792e 100644 --- a/app/assets/javascripts/discourse/templates/user/user.hbs +++ b/app/assets/javascripts/discourse/templates/user/user.hbs @@ -143,7 +143,6 @@ {{i18n badges.title}} ({{badge_count}}) - {{/link-to}} {{/link-to}} {{/if}} @@ -153,7 +152,6 @@ {{i18n user.notifications}} ({{notification_count}}) - {{/link-to}} {{/link-to}} {{/if}} @@ -166,21 +164,18 @@ {{#link-to 'userPrivateMessages.index' model}} {{i18n user.messages.all}} {{#if hasPMs}}({{private_messages_stats.all}}){{/if}} - {{/link-to}}
  • {{#link-to 'userPrivateMessages.mine' model}} {{i18n user.messages.mine}} {{#if hasStartedPMs}}({{private_messages_stats.mine}}){{/if}} - {{/link-to}}
  • {{#link-to 'userPrivateMessages.unread' model}} {{i18n user.messages.unread}} {{#if hasUnreadPMs}}{{private_messages_stats.unread}}{{/if}} - {{/link-to}}