##// END OF EJS Templates
celery: update how reqquest object is passed arround....
celery: update how reqquest object is passed arround. - fixed hooks callback to actually use web based request passed to thread - rely on celery conf mechanism to pass in the request always in the same manner

File last commit:

r2975:2d612d18 default
r4878:c5087cb0 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>