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.1.7 app/views/kaui/chargebacks/show.html.erb
kaui-0.1.6 app/views/kaui/chargebacks/show.html.erb
kaui-0.1.5 app/views/kaui/chargebacks/show.html.erb
kaui-0.1.4 app/views/kaui/chargebacks/show.html.erb
kaui-0.1.3 app/views/kaui/chargebacks/show.html.erb
kaui-0.1.2 app/views/kaui/chargebacks/show.html.erb
kaui-0.1.0 app/views/kaui/chargebacks/show.html.erb
kaui-0.0.9 app/views/kaui/chargebacks/show.html.erb
kaui-0.0.8 app/views/kaui/chargebacks/show.html.erb
kaui-0.0.7 app/views/kaui/chargebacks/show.html.erb
kaui-0.0.6 app/views/kaui/chargebacks/show.html.erb
kaui-0.0.5 app/views/kaui/chargebacks/show.html.erb
kaui-0.0.4 app/views/kaui/chargebacks/show.html.erb
kaui-0.0.3 app/views/kaui/chargebacks/show.html.erb
kaui-0.0.2 app/views/kaui/chargebacks/show.html.erb
kaui-0.0.1 app/views/kaui/chargebacks/show.html.erb