Sha256: 2a38b6c3a3b22c42b0d0b3ea3f173714961fee8d0f6413e72733f6b0c701b5e3
Contents?: true
Size: 534 Bytes
Versions: 5
Compression:
Stored size: 534 Bytes
Contents
<% if @bundle.present? %> <h3><%= link_to Kaui.bundle_key_display_string.call(@bundle.external_key), Kaui.bundle_home_path.call(@bundle.external_key) if @bundle.external_key.present? %> </h3> <dl class="dl-horizontal"> <dt>Account id:</dt> <dd><%= @bundle.account_id %> </dd> <dt>Bundle key:</dt> <dd><%= @bundle.external_key %> </dd> <% if @subscriptions.present? %> <%= render :partial => "kaui/subscriptions/subscriptions_table" %> <% end %> <% else %> <p>Bundle not found</p> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems