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 b36a9f5cbe929244eb13441a1d3d7d9e6a714528 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Thu Jul 30 19:51:12 2015 +0200 add link to shared user to go home page --- bow-ui/src/main/webapp/WEB-INF/jsp/sharedUserView.jsp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bow-ui/src/main/webapp/WEB-INF/jsp/sharedUserView.jsp b/bow-ui/src/main/webapp/WEB-INF/jsp/sharedUserView.jsp index d92dde8..6414cf4 100644 --- a/bow-ui/src/main/webapp/WEB-INF/jsp/sharedUserView.jsp +++ b/bow-ui/src/main/webapp/WEB-INF/jsp/sharedUserView.jsp @@ -65,6 +65,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <s:param name="tagLine" value="%{'#' + #sharedUser.login}" /> </s:url> <a class="atom" href="${atom}">atom</a> + + <s:url var="web" action="home" escapeAmp="true"> + <s:param name="token" value="%{#sharedUser.permanentToken}" /> + <s:param name="tagLine" value="%{'#' + #sharedUser.login}" /> + </s:url> + <a class="web" href="${web}">web</a> </span> </li> </s:iterator> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.