Sha256: 2d7f1ec152eb3283875d5c87959f54d8a06e73b173efc87c3c2f86d83c99cd65

Contents?: true

Size: 1.14 KB

Versions: 46

Compression:

Stored size: 1.14 KB

Contents

<% if @invoice_item.present? %>
  <dl class="dl-horizontal">
    <dt>Id:</dt>
    <dd><%= @invoice_item.invoice_item_id %>&nbsp;</dd>
    <dt>Invoice id:</dt>
    <dd><%= @invoice_item.invoice_id %>&nbsp;</dd>
    <dt>Account id:</dt>
    <dd><%= @invoice_item.account_id %>&nbsp;</dd>
    <dt>Bundle id:</dt>
    <dd><%= @invoice_item.bundle_id %>&nbsp;</dd>
    <dt>Subscription id:</dt>
    <dd><%= @invoice_item.subscription_id %>&nbsp;</dd>
    <dt>Plan name:</dt>
    <dd><%= @invoice_item.plan_name %>&nbsp;</dd>
    <dt>Phase name:</dt>
    <dd><%= @invoice_item.phase_name %>&nbsp;</dd>
    <dt>Description:</dt>
    <dd><%= @invoice_item.description %>&nbsp;</dd>
    <dt>Start date:</dt>
    <dd><%= @invoice_item.start_date %>&nbsp;</dd>
    <dt>End date:</dt>
    <dd><%= @invoice_item.end_date %>&nbsp;</dd>
    <dt>Amount:</dt>
    <dd><%= @invoice_item.amount %>&nbsp;</dd>
    <dt>Currency:</dt>
    <dd><%= @invoice_item.currency %>&nbsp;</dd>
  </dl>
  <%= link_to 'Edit', edit_invoice_item_path(:id => @invoice_item.invoice_item_id, :invoice_id => @invoice_item.invoice_id), :class => 'btn' %>
<% else %>
  <p>Invoice item not found</p>
<% end %>

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
kaui-0.6.6 app/views/kaui/invoice_items/show.html.erb
kaui-0.6.5 app/views/kaui/invoice_items/show.html.erb
kaui-0.6.4 app/views/kaui/invoice_items/show.html.erb
kaui-0.6.3 app/views/kaui/invoice_items/show.html.erb
kaui-0.6.2 app/views/kaui/invoice_items/show.html.erb
kaui-0.6.1 app/views/kaui/invoice_items/show.html.erb
kaui-0.6.0 app/views/kaui/invoice_items/show.html.erb
kaui-0.5.3 app/views/kaui/invoice_items/show.html.erb
kaui-0.5.2 app/views/kaui/invoice_items/show.html.erb
kaui-0.5.1 app/views/kaui/invoice_items/show.html.erb
kaui-0.5.0 app/views/kaui/invoice_items/show.html.erb
kaui-0.4.9 app/views/kaui/invoice_items/show.html.erb
kaui-0.4.8 app/views/kaui/invoice_items/show.html.erb
kaui-0.4.7 app/views/kaui/invoice_items/show.html.erb
kaui-0.4.6 app/views/kaui/invoice_items/show.html.erb
kaui-0.4.5 app/views/kaui/invoice_items/show.html.erb
kaui-0.4.4 app/views/kaui/invoice_items/show.html.erb
kaui-0.4.3 app/views/kaui/invoice_items/show.html.erb
kaui-0.4.2 app/views/kaui/invoice_items/show.html.erb
kaui-0.4.1 app/views/kaui/invoice_items/show.html.erb