##// END OF EJS Templates
search: added per-backend sorting fields....
search: added per-backend sorting fields. - unified naming to be more user friendly - only sort on supported fields that each backend exposes - fixed few cases of sort errors and added additional tests

File last commit:

r2565:d8fc1e62 default
r3968:2ec277c2 default
Show More
repo_edit_automation.mako
9 lines | 508 B | application/x-mako | MakoHtmlLexer
/ rhodecode / templates / admin / repos / repo_edit_automation.mako
repo-automation: added placeholder for EE feature.
r2565 <div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">${_('Repo 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/repo_automation.png')}"/>
</div>
</div>