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
     1.1 --- a/src/main/webapp/WEB-INF/jsp/commit-successful.jsp	Fri Oct 09 16:49:16 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/commit-successful.jsp	Fri Oct 09 19:06:51 2020 +0200
     1.3 @@ -32,3 +32,4 @@
     1.4  
     1.5  <fmt:message bundle="${lightpit_bundle}" key="commit.success"/>
     1.6  <fmt:message bundle="${lightpit_bundle}" key="commit.redirect-link"/>
     1.7 +<a href="${redirectLocation}"><c:out value="${redirectLocation}"/> </a>

mercurial