From 023e247952df00969a8484b2556def9c4779af5f Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sun, 6 Nov 2011 15:52:59 +0100 Subject: [PATCH] added url and category to detail page --- .../src/main/webapp/detail.html | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/scm-plugin-backend/src/main/webapp/detail.html b/scm-plugin-backend/src/main/webapp/detail.html index 98e35bda2e..e8d6a7878f 100644 --- a/scm-plugin-backend/src/main/webapp/detail.html +++ b/scm-plugin-backend/src/main/webapp/detail.html @@ -9,6 +9,16 @@ Name ${latest.name} + + Category + + <#if latest.category??> + ${latest.category} + <#else> + Miscellaneous + + + GroupId ${latest.groupId} @@ -21,6 +31,16 @@ Author ${latest.author} + <#if latest.url??> + + URL + + + ${latest.url} + + + +