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 %> </dd> <dt>Account:</dt> <dd><%= @account.name %> </dd> <dd><%= link_to @account.email, Kaui.account_home_path.call(@account.external_key) %> </dd> <dt>Bundle key:</dt> <dd> <%= @bundle.external_key %> <%= 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