##// END OF EJS Templates
tests: fix httpbin port, within a container we use internal docker network so port is not exposed, we should call httpbin directly
tests: fix httpbin port, within a container we use internal docker network so port is not exposed, we should call httpbin directly

File last commit:

r2975:2d612d18 default
r5153:57de8b95 default
Show More
permissions_branch.mako
9 lines | 535 B | application/x-mako | MakoHtmlLexer
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">${_('Default Permissions for Branches.')}</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_branch_permissions.png')}"/>
</div>
</div>