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 fa9c5c4a9f146087a28c44b756c0b0516328b3b3 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Tue Jul 21 15:27:52 2015 +0200 add tag and filter in title to make difference between all atom flux --- bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp b/bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp index 1af7aed..ebdd941 100644 --- a/bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp +++ b/bow-ui/src/main/webapp/WEB-INF/jsp/atom.jsp @@ -28,8 +28,8 @@ <feed xmlns="http://www.w3.org/2005/Atom"> <s:set name="bowDomain" value="config.bowUrl"/> - <title>Bow</title> - <subtitle>tag='${tagLine}' search='${fullTextLine}'</subtitle> + <title>Bow<s:if test="!tagLine.empty"> (${tagLine})</s:if><s:if test="!fullTextLine.empty"> (${fullTextLine})</s:if></title> + <subtitle>tag='${tagLine}' filter='${fullTextLine}'</subtitle> <s:url var="bowUrl" action="home" escapeAmp="true"> <s:param name="token" value="%{bowSession.permanentToken}" /> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.