fixes missing link in redirection page

Fri, 09 Oct 2020 19:06:51 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 09 Oct 2020 19:06:51 +0200
changeset 123
c27eee1259bd
parent 122
b2edd3d14135
child 124
ed2e7aef2a3e

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>

mercurial