From 2ad4b9c06f47d676bb3e700ef79c49b559252375 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 20 Mar 2017 01:18:17 -0400 Subject: [PATCH] Display the work "Profile" instead of the user's full name or username. This avoid style breakage on long full names or usernames. The user's full name or username is no longer displayed in the main menu. Signed-off-by: Roberto Rosario --- docs/releases/2.2.rst | 4 ++++ .../appearance/templates/appearance/base.html | 15 ++++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/docs/releases/2.2.rst b/docs/releases/2.2.rst index 49e67df088..c08fed9095 100644 --- a/docs/releases/2.2.rst +++ b/docs/releases/2.2.rst @@ -61,6 +61,10 @@ resolved to '/api/documents//pages//pages'. Other changes ------------- +- The user's full name or username is no longer displayed in the main menu. + Instead the work "Profile" is displayed. The users's full name or username + will be displayed when the "Profile" icon is clicked. This avoid menu + style breakable on long full names or usernames. - Simplify test runner by adding a new option '--mayan-apps' that automatically tests all Mayan apps that report to have tests. - Change the app flag that indicates when an app has test from 'test' to the diff --git a/mayan/apps/appearance/templates/appearance/base.html b/mayan/apps/appearance/templates/appearance/base.html index 73a69824fc..57ab139e7e 100644 --- a/mayan/apps/appearance/templates/appearance/base.html +++ b/mayan/apps/appearance/templates/appearance/base.html @@ -72,14 +72,19 @@