From dcb90a70eda40a4b228a0bd3d0a019cf6cdc8248 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 27 Mar 2017 14:28:10 +0200 Subject: Drop "Signed in as" and use "Hello" --- app/views/layouts/header/_default.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml index cd556eb1852..837eda79a10 100644 --- a/app/views/layouts/header/_default.html.haml +++ b/app/views/layouts/header/_default.html.haml @@ -59,10 +59,10 @@ .dropdown-menu-nav.dropdown-menu-align-right %ul %li - Signed in as - %strong - %p - #{@current_user.username.truncate(8)} + Hello + = succeed '!' do + %strong + #{@current_user.username} %li.divider %li = link_to "Profile", current_user, class: 'profile-link', aria: { label: "Profile" }, data: { user: current_user.username } -- cgit v1.2.3