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