<%inherit file="/base/base.mako"/> <%def name="title()"> ${_('Artifacts Admin')} %if c.rhodecode_name: · ${h.branding(c.rhodecode_name)} %endif <%def name="breadcrumbs_links()"> <%def name="menu_bar_nav()"> ${self.menu_items(active='admin')} <%def name="menu_bar_subnav()"> ${self.admin_menu(active='artifacts')} <%def name="main()">

${_('Artifacts Administration.')}

${_('This feature is available in RhodeCode EE edition only. Contact {sales_email} to obtain a trial license.').format(sales_email='sales@rhodecode.com')|n}

Artifacts are a binary file storage within RhodeCode that allows asset management next to version control system with fine-grained access control. This functionality allows release builds or other types of binary asset to be stored and managed by RhodeCode.