vitro/webapp/web/templates/freemarker/page/partials/version.ftl

9 lines
232 B
Text
Raw Normal View History

<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for version/revision information -->
<#if loginName??>
<div id="version">
Version ${version.number}
</div>
</#if>