Sha256: af84075b1321ca5c79be2118be01aab3e9dfab387306d008c2b5c1d9c1653784

Contents?: true

Size: 442 Bytes

Versions: 56

Compression:

Stored size: 442 Bytes

Contents

<% if @chargeback_info.present? %>
  <table class="table table-striped table-bordered table-condensed">
    <thead>
      <tr>
        <th>Attribute</th>
        <th>Value</th>
      </tr>
    </thead>
    <tbody>
    <% @chargeback_info.keys.sort.each do |key| %>
      <tr>
        <td><%= key %></td>
        <td><%= @chargeback_info[key] %></td>
      </tr>
    <% end %>
  </table>
<% else %>
  <p>Chargeback info not found</p>
<% end %>

Version data entries

56 entries across 56 versions & 1 rubygems

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