##// END OF EJS Templates
files: ensure we ask hg vcsserver check for largefiles for path and commit, else we cache path that might become a LF node later on
files: ensure we ask hg vcsserver check for largefiles for path and commit, else we cache path that might become a LF node later on

File last commit:

r2637:96836581 default
r3899:61633de6 default
Show More
settings_automation.mako
9 lines | 510 B | application/x-mako | MakoHtmlLexer
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">${_('Admin Automation')}</h3>
</div>
<div class="panel-body">
<h4>${_('This feature is available in RhodeCode EE edition only. Contact {sales_email} to obtain a trial license.').format(sales_email='<a href="mailto:sales@rhodecode.com">sales@rhodecode.com</a>')|n}</h4>
<img style="width: 100%; height: 100%" src="${h.asset('images/ee_features/admin_automation.png')}"/>
</div>
</div>