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.1.6 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.3.0.rc1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.1.5 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.2.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.2.0 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.1.4 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.2.0.rc3 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.2.0.rc2 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.2.0.rc1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.1.3 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.1.2 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.1.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.1.0 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.1.0.rc4 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.1.0.rc3 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.1.0.rc2 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-3.1.0.rc1 app/views/spree/admin/payments/source_views/_storecredit.html.erb