diff -r ef075cd7ce55 -r f47e82cd6077 src/main/webapp/WEB-INF/jsp/project-details.jsp
--- a/src/main/webapp/WEB-INF/jsp/project-details.jsp Sat Oct 17 15:21:56 2020 +0200
+++ b/src/main/webapp/WEB-INF/jsp/project-details.jsp Sat Oct 17 19:56:50 2020 +0200
@@ -24,21 +24,26 @@
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--%>
-<%@page pageEncoding="UTF-8" %>
+<%@page pageEncoding="UTF-8" import="de.uapcore.lightpit.viewmodel.ProjectView" %>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
+
<%@include file="../jspf/project-header.jspf"%>
@@ -46,36 +51,43 @@
<%@include file="../jspf/issue-summary.jspf"%>
-
-
-
- -
-
-
-
-
- <%@include file="../jspf/issue-summary.jspf"%>
-
-
- <%@include file="../jspf/issue-list.jspf"%>
-
+
+
+
+
+
+
+
+
+
+
+
+
+ <%@include file="../jspf/issue-summary.jspf"%>
+
+ <%@include file="../jspf/issue-list.jspf"%>
+
+
+
+
+
+ -
+
-
-
-
-
+
+
<%@include file="../jspf/issue-summary.jspf"%>
- <%@include file="../jspf/issue-list.jspf"%>
-
-
-
-
-
-
-
-
- <%@include file="../jspf/issue-summary.jspf"%>
-
- <%@include file="../jspf/issue-list.jspf"%>
-
-
+
+
+ <%@include file="../jspf/issue-list.jspf"%>
+
+
+
+
+
+
+ <%@include file="../jspf/issue-summary.jspf"%>
+ <%@include file="../jspf/issue-list.jspf"%>
+
+
+
\ No newline at end of file