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

10 lines
No EOL
371 B
Text

<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for version/revision information -->
<#-- Only show version info if user has access -->
<#if user.hasRevisionInfoAccess>
<div id="revision">
${i18n().version} <a href="${version.moreInfoUrl}" title="${i18n().version}">${version.label}</a>
</div>
</#if>