01/01: Print name or login user when connected
This is an automated email from the git hooks/post-receive script. unknown user pushed a commit to branch devel in repository Pollen. commit 93e4c78d5496ae02cefd49a827b9a802cbd96000 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Tue May 20 17:18:50 2014 +0200 Print name or login user when connected --- pollen-ui-angular/src/main/webapp/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-angular/src/main/webapp/index.html b/pollen-ui-angular/src/main/webapp/index.html index b057de3..f28caca 100644 --- a/pollen-ui-angular/src/main/webapp/index.html +++ b/pollen-ui-angular/src/main/webapp/index.html @@ -71,7 +71,7 @@ <li class="dropdown" ng-show="currentUser.login"> <a href="#" role="button" class="dropdown-toggle" data-toggle="dropdown"> - {{ currentUser.name }} <strong class="caret"></strong> + {{ currentUser.name || currentUser.login }} <strong class="caret"></strong> </a> <ul class="dropdown-menu" role="menu"> -- To stop receiving notification emails like this one, please contact Chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
Chorem.org scm