summaryrefslogtreecommitdiffstats
path: root/src/site/templates/releasehistory.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/templates/releasehistory.ftl')
-rw-r--r--src/site/templates/releasehistory.ftl21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/site/templates/releasehistory.ftl b/src/site/templates/releasehistory.ftl
deleted file mode 100644
index eaaaad2..0000000
--- a/src/site/templates/releasehistory.ftl
+++ /dev/null
@@ -1,21 +0,0 @@
-<#include "macros.ftl" >
-
-<!-- HISTORY -->
-<#if (releases!?size > 0)>
- <p></p>
- <h2>All Releases</h2>
- <table class="table">
- <tbody>
- <!-- RELEASE HISTORY -->
- <#list releases?sort_by("date")?reverse as log>
- <tr id="${log.id}">
- <td style="width:100px" id="${log.id}">
- <b><a href="#${log.id}">${log.id}</a></b><br/>
- ${log.date?string("yyyy-MM-dd")}
- </td>
- <td><@LogDescriptionMacro log=log /></td>
- </tr>
- </#list>
- </tbody>
- </table>
-</#if> \ No newline at end of file