NIHVIVO-1230 NIHVIVO-1231 Example implementation of the Freemarker templates to show revision info.

This commit is contained in:
jeb228 2010-10-27 19:57:57 +00:00
parent b8fefaee00
commit a7a083c7b3
5 changed files with 84 additions and 8 deletions

View file

@ -5,6 +5,6 @@
<#-- Only show version info if user is logged in -->
<#if loginName??>
<div id="version">
Version ${version.number}
Version <a href="${version.moreInfoUrl}">${version.label}</a>
</div>
</#if>