src/main/webapp/WEB-INF/jsp/issues.jsp

changeset 131
67df332e3146
parent 115
c27638a50c92
     1.1 --- a/src/main/webapp/WEB-INF/jsp/issues.jsp	Thu Oct 15 18:36:05 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/issues.jsp	Thu Oct 15 20:02:30 2020 +0200
     1.3 @@ -28,6 +28,9 @@
     1.4  <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
     1.5  <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
     1.6  
     1.7 +<h1>TODO: REWRITE THIS PAGE</h1>
     1.8 +<%--
     1.9 +TODO: rewrite
    1.10  <jsp:useBean id="viewmodel" type="de.uapcore.lightpit.viewmodel.IssuesView" scope="request"/>
    1.11  <c:set var="project" scope="page" value="${viewmodel.project}"/>
    1.12  <c:set var="version" scope="page" value="${viewmodel.version}"/>
    1.13 @@ -50,4 +53,5 @@
    1.14  </div>
    1.15  
    1.16  <c:set var="issues" value="${viewmodel.issues}"/>
    1.17 -<%@include file="../jspf/issue-list.jspf"%>
    1.18 \ No newline at end of file
    1.19 +<%@include file="../jspf/issue-list.jspf"%>
    1.20 +--%>
    1.21 \ No newline at end of file

mercurial