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-3.6.3 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.6.2 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.6.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.6.0 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.5.0 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.3.6 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.2.8 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.1.13 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.6.0.rc1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.5.0.rc2 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.5.0.rc1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.4.5 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.3.5 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.4.4 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.4.3 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.3.4 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.2.7 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.1.12 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.4.2 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.3.3 app/views/spree/admin/payments/source_views/_storecredit.html.erb