From c7f0d053c8b56dff6e0abf0157b34371db910b83 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Wed, 18 Mar 2015 16:54:58 +0000 Subject: add required by and subpkg to package list --- tpl/package.tpl | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'tpl/package.tpl') diff --git a/tpl/package.tpl b/tpl/package.tpl index 145a3ab..bd9d240 100644 --- a/tpl/package.tpl +++ b/tpl/package.tpl @@ -69,6 +69,10 @@ Commit: {{{commit}}} + + + Contents: + Contents of package {{/name}}{{^name}} This package does not exist! @@ -89,6 +93,30 @@ +
+
+ +
+
    {{#reqbys}} +
  • {{{reqby}}}
  • {{/reqbys}}{{^reqbys}}
  • None
  • {{/reqbys}} +
+
+
+
+
+
+ +
+
    {{#subpkgs}} +
  • {{{subpkg}}}
  • {{/subpkgs}}{{^subpkgs}}
  • None
  • {{/subpkgs}} +
+
+
+
-- cgit v1.2.3