This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository bow. See http://git.chorem.org/bow.git commit 4b783826fe3be4b3bfa5e86b9aab0173f3a90c05 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 20 12:44:27 2015 +0200 add login of currently logged user in logout block --- bow-ui/src/main/webapp/WEB-INF/jsp/inc/rightMenu.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/bow-ui/src/main/webapp/WEB-INF/jsp/inc/rightMenu.jsp b/bow-ui/src/main/webapp/WEB-INF/jsp/inc/rightMenu.jsp index a248720..5b6014e 100644 --- a/bow-ui/src/main/webapp/WEB-INF/jsp/inc/rightMenu.jsp +++ b/bow-ui/src/main/webapp/WEB-INF/jsp/inc/rightMenu.jsp @@ -27,6 +27,7 @@ <div id="logoutDiv" xmlns:s="http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" xmlns:jsp="http://java.sun.com/JSP/Page"> + ${bowSession.user.login} <s:form action="logout" theme="simple"> <div class="input"> <s:submit key="bow.rightMenu.logout" name="submit" /> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.