NIHVIVO-1230 NIHVIVO-1231 Example implementation of the Freemarker templates to show revision info.
This commit is contained in:
parent
b8fefaee00
commit
a7a083c7b3
5 changed files with 84 additions and 8 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue