Sha256: b54c1ea090639ebed7b45beba5c743ac074231ca8fa712d0ac80d8e808aaac9b

Contents?: true

Size: 692 Bytes

Versions: 9

Compression:

Stored size: 692 Bytes

Contents

<% if @bundle.present? %>
  <dl class="dl-horizontal">
    <dt>Id:</dt>
    <dd><%= @bundle.bundle_id %>&nbsp;</dd>
    <dt>Account:</dt>
    <dd><%= @account.name %>&nbsp;</dd>
    <dd><%= link_to @account.email, Kaui.account_home_path.call(@account.external_key) %>&nbsp;</dd>
    <dt>Bundle key:</dt>
    <dd><%= @bundle.external_key %>&nbsp;</dd>
    <dd><%= link_to "Transfer Ownership", kaui_engine.transfer_bundle_path(@bundle.bundle_id), :class => "btn btn-mini" %></dd>
  <% if @subscriptions.present? %>
    <%= render :partial => "kaui/subscriptions/subscriptions_table", :locals => { :subscriptions => @subscriptions } %>
  <% end %>
<% else %>
  <p>Bundle not found</p>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kaui-0.1.10 app/views/kaui/bundles/show.html.erb
kaui-0.1.9 app/views/kaui/bundles/show.html.erb
kaui-0.1.8 app/views/kaui/bundles/show.html.erb
kaui-0.1.7 app/views/kaui/bundles/show.html.erb
kaui-0.1.6 app/views/kaui/bundles/show.html.erb
kaui-0.1.5 app/views/kaui/bundles/show.html.erb
kaui-0.1.4 app/views/kaui/bundles/show.html.erb
kaui-0.1.3 app/views/kaui/bundles/show.html.erb
kaui-0.1.2 app/views/kaui/bundles/show.html.erb