Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-03-27 15:28:10 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-03-27 15:28:10 +0300
commitdcb90a70eda40a4b228a0bd3d0a019cf6cdc8248 (patch)
treea7227e062d4dd93a8eaecbd5ca1718a68cdda65e
parentf872686028c18dfbac580aec228e0d7b743be6df (diff)
Drop "Signed in as" and use "Hello"signed-in-as
-rw-r--r--app/views/layouts/header/_default.html.haml8
1 files 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 }