From 65e941f6527e3a2692b2f1af4dad0e530b8b9996 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 7 Sep 2014 14:01:51 -0700 Subject: [PATCH] UX: remove current username from header --- .../discourse/templates/header.js.handlebars | 7 ------- app/assets/stylesheets/common/base/header.scss | 11 ----------- app/assets/stylesheets/common/base/rtl.scss | 5 ----- app/assets/stylesheets/desktop/discourse.scss | 3 --- app/assets/stylesheets/desktop/header.scss | 13 ------------- app/assets/stylesheets/mobile/header.scss | 6 ------ 6 files changed, 45 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/header.js.handlebars b/app/assets/javascripts/discourse/templates/header.js.handlebars index a0fa5ea8a5f..06d50aa8132 100644 --- a/app/assets/javascripts/discourse/templates/header.js.handlebars +++ b/app/assets/javascripts/discourse/templates/header.js.handlebars @@ -33,13 +33,6 @@ {{/if}}
- {{#unless showExtraInfo}} -
- {{#if currentUser}} - {{currentUser.displayName}} - {{/if}} -
- {{/unless}} {{#unless currentUser}} {{#if showSignUpButton}}