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