Sha256: 854f11f6583dd5e80d190d069263aeb627652f852f04eaac27cc0bd3dff13a13

Contents?: true

Size: 970 Bytes

Versions: 12

Compression:

Stored size: 970 Bytes

Contents

<fieldset data-hook="store_credit">
  <legend><%= Spree.t(:store_credit_name) %></legend>
  <div class="table-responsive border rounded bg-white">
    <table class="table table-condensed border rounded">
      <tr>
        <th width="20%"><%= Spree.t(:used) %>:</th>
        <td><%= payment.source.display_amount_used %></td>
      </tr>
      <tr>
        <th><%= Spree.t(:amount) %>:</th>
        <td><%= payment.source.display_amount %></td>
      </tr>
      <tr>
        <th><%= Spree.t(:memo) %>:</th>
        <td><%= payment.source.memo %></td>
      </tr>
      <tr>
        <th><%= Spree.t(:type) %>:</th>
        <td><%= payment.source.category_name %></td>
      </tr>
      <tr>
        <th><%= Spree.t(:created_by) %>:</th>
        <td><%= payment.source.created_by_email %></td>
      </tr>
      <tr>
        <th><%= Spree.t(:issued_on) %>:</th>
        <td><%= pretty_time(payment.source.created_at) %></td>
      </tr>
    </table>
  </div>
</fieldset>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
spree_backend-4.8.4 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.8.3 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.8.2 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.8.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.7.2 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.6.2 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.7.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.7.0 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.6.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.6.0 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.5.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.5.0 app/views/spree/admin/payments/source_views/_storecredit.html.erb