Sha256: cda533f2562f7983fbefef0b1fe74c6e6dbfa6d6545d7bbc7628fe521a363b6e

Contents?: true

Size: 1 KB

Versions: 9

Compression:

Stored size: 1 KB

Contents

<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;
    <%= link_to 'Transfer Ownership', kaui_engine.transfer_bundle_path(@bundle.bundle_id), :class => 'btn btn-mini' %>
  </dd>
  <%= render :partial => 'kaui/tags/tags_table',
             :locals  => {:tags => @tags, :tags_url_or_path => kaui_engine.edit_bundle_tags_path(:params => {:bundle_id => @bundle.bundle_id}), :tags_show_path => kaui_engine.bundle_tags_path(:bundle_id => @bundle.bundle_id)} %>
  <% if @bundle.subscriptions.present? %>
      <%= render :partial => 'kaui/subscriptions/subscriptions_table', :locals => {:subscriptions => @bundle.subscriptions, :account => @account} %>
  <% end %>
</dl>
<%= link_to 'Go to account', kaui_engine.account_path(:id => @account.account_id), :class => 'btn' %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kaui-0.9.0 app/views/kaui/bundles/show.html.erb
kaui-0.8.4 app/views/kaui/bundles/show.html.erb
kaui-0.8.3 app/views/kaui/bundles/show.html.erb
kaui-0.8.2 app/views/kaui/bundles/show.html.erb
kaui-0.8.1 app/views/kaui/bundles/show.html.erb
kaui-0.8.0 app/views/kaui/bundles/show.html.erb
kaui-0.7.2 app/views/kaui/bundles/show.html.erb
kaui-0.7.1 app/views/kaui/bundles/show.html.erb
kaui-0.7.0 app/views/kaui/bundles/show.html.erb