Sha256: 2e95cfe2047367fa5e8c4fe012b80f18b993910f8a6169ce3c076e63580e3d69
Contents?: true
Size: 354 Bytes
Versions: 8
Compression:
Stored size: 354 Bytes
Contents
<% if @smart_proxy.pulp_mirror? -%> <div ng-controller="CapsuleContentController"> <%= render :file => 'smart_proxies/show' %> </div> <% elsif @smart_proxy.pulp_primary? -%> <div ng-controller="PulpPrimaryController"> <%= render :file => 'smart_proxies/show' %> </div> <% else -%> <%= render :file => 'smart_proxies/show' %> <% end -%>
Version data entries
8 entries across 8 versions & 1 rubygems