From 3096091f1130f36df61d0845f4e026cd970ce66c Mon Sep 17 00:00:00 2001 From: Daniel Friesel <derf@finalrewind.org> Date: Mon, 4 Mar 2019 17:14:03 +0100 Subject: do not show username in navbar (won't fit on small screens otherwise) --- templates/layouts/default.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 264928a..cbe06e3 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -22,7 +22,7 @@ <a href="/" class="brand-logo left">travelynx</a> <ul id="nav-mobile" class="right"> <li class="<%= navbar_class('/a/history') %>"><a href='/a/history' title="History"><i class="material-icons">history</i></a></li> - <li class="<%= navbar_class('/a/account') %>"><a href="/a/account" title="Account"><i class="material-icons left">account_circle</i><%= get_user_name() %></a></li> + <li class="<%= navbar_class('/a/account') %>"><a href="/a/account" title="Account"><i class="material-icons">account_circle</i></a></li> <li class="<%= navbar_class('/x/about') %>"><a href='/x/about' title="About"><i class="material-icons">info_outline</i></a></li> </ul> </div> -- cgit v1.2.3