Fri, 09 Oct 2020 19:06:51 +0200
fixes missing link in redirection page
src/main/webapp/WEB-INF/jsp/commit-successful.jsp | file | annotate | diff | comparison | revisions |
--- a/src/main/webapp/WEB-INF/jsp/commit-successful.jsp Fri Oct 09 16:49:16 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/commit-successful.jsp Fri Oct 09 19:06:51 2020 +0200 @@ -32,3 +32,4 @@ <fmt:message bundle="${lightpit_bundle}" key="commit.success"/> <fmt:message bundle="${lightpit_bundle}" key="commit.redirect-link"/> +<a href="${redirectLocation}"><c:out value="${redirectLocation}"/> </a>