Sha256: 055d832d44317a3433884c2fcb2e7ccc3d216e02019a718a3e6fb92efb841f4b

Contents?: true

Size: 583 Bytes

Versions: 3

Compression:

Stored size: 583 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", :locals => { :subscriptions => @subscriptions } %>
  <% end %>
<% else %>
  <p>Bundle not found</p>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kaui-0.0.8 app/views/kaui/bundles/show.html.erb
kaui-0.0.7 app/views/kaui/bundles/show.html.erb
kaui-0.0.6 app/views/kaui/bundles/show.html.erb