##// END OF EJS Templates
artifacts: disable image
marcink -
r3717:e39b2b8f new-ui
parent child Browse files
Show More
@@ -22,7 +22,7 b''
22 <div class="box">
22 <div class="box">
23
23
24 <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>
24 <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>
25 <img style="width: 100%; height: 100%" src="${h.asset('images/ee_features/repo_artifacts.png')}"/>
25 ##<img style="width: 100%; height: 100%" src="${h.asset('images/ee_features/repo_artifacts.png')}"/>
26 </div>
26 </div>
27
27
28 </%def>
28 </%def>
General Comments 0
You need to be logged in to leave comments. Login now