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.4.0 app/views/kaui/invoice_items/show.html.erb
kaui-0.3.1 app/views/kaui/invoice_items/show.html.erb
kaui-0.3.0 app/views/kaui/invoice_items/show.html.erb
kaui-0.2.6 app/views/kaui/invoice_items/show.html.erb
kaui-0.2.5 app/views/kaui/invoice_items/show.html.erb
kaui-0.2.4 app/views/kaui/invoice_items/show.html.erb
kaui-0.2.3 app/views/kaui/invoice_items/show.html.erb
kaui-0.2.2 app/views/kaui/invoice_items/show.html.erb
kaui-0.2.1 app/views/kaui/invoice_items/show.html.erb
kaui-0.2.0 app/views/kaui/invoice_items/show.html.erb
kaui-0.1.18 app/views/kaui/invoice_items/show.html.erb
kaui-0.1.17 app/views/kaui/invoice_items/show.html.erb
kaui-0.1.16 app/views/kaui/invoice_items/show.html.erb
kaui-0.1.15 app/views/kaui/invoice_items/show.html.erb
kaui-0.1.14 app/views/kaui/invoice_items/show.html.erb
kaui-0.1.12 app/views/kaui/invoice_items/show.html.erb
kaui-0.1.11 app/views/kaui/invoice_items/show.html.erb
kaui-0.1.10 app/views/kaui/invoice_items/show.html.erb
kaui-0.1.9 app/views/kaui/invoice_items/show.html.erb
kaui-0.1.8 app/views/kaui/invoice_items/show.html.erb