Sha256: 1c8cbf2460d99afb5aac241d7b3ddf786aa3034b3b132c5ce01adff5e11e5da5

Contents?: true

Size: 852 Bytes

Versions: 117

Compression:

Stored size: 852 Bytes

Contents

<fieldset data-hook="store_credit">
  <legend><%= Spree.t(:store_credit_name) %></legend>
  <table class="table table-condensed table-bordered">
    <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>
</fieldset>

Version data entries

117 entries across 117 versions & 1 rubygems

Version Path
spree_backend-4.0.9 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.1.15 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.1.14 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.0.8 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.7.14.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.1.13.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.0.7.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.0.7 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.7.14 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.1.13 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.0.6 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.7.13 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.0.5 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.1.12 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.7.12 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.0.4 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.7.11 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.1.11 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.1.10 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.1.9 app/views/spree/admin/payments/source_views/_storecredit.html.erb