Sha256: 48891153e6c05666fdb7644c486d66f45ffd4759f43327388c89f3ab03b01d49
Contents?: true
Size: 471 Bytes
Versions: 31
Compression:
Stored size: 471 Bytes
Contents
<% if payment.source.present? %> <fieldset data-hook="mollie_payment_source"> <legend><%= payment.source.name %></legend> <table class="table table-condensed table-bordered"> <% payment.source.details.each do |key, value| %> <tr> <th width="20%"><%= key %></th> <td><%= value %></td> </tr> <% end %> </table> </fieldset> <% else %> <div class="alert alert-danger"> <%= Spree.t(:no_mollie_transactions) %> </div> <% end %>
Version data entries
31 entries across 31 versions & 1 rubygems