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? %>&nbsp;</h3>
  <dl class="dl-horizontal">
    <dt>Account id:</dt>
    <dd><%= @bundle.account_id %>&nbsp;</dd>
    <dt>Bundle key:</dt>
    <dd><%= @bundle.external_key %>&nbsp;</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

Version Path
kaui-0.0.5 app/views/kaui/bundles/show.html.erb
kaui-0.0.4 app/views/kaui/bundles/show.html.erb
kaui-0.0.3 app/views/kaui/bundles/show.html.erb
kaui-0.0.2 app/views/kaui/bundles/show.html.erb
kaui-0.0.1 app/views/kaui/bundles/show.html.erb