Sha256: 011def8b3a6beaa60da997546951c90660b5f6ceba7553f791d988a3662fed0c

Contents?: true

Size: 946 Bytes

Versions: 26

Compression:

Stored size: 946 Bytes

Contents

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

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
spree_backend-4.2.7 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.3.3 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.2.6 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.3.2 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.4.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.4.0 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.4.0.rc2 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.3.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.4.0.rc1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.3.0 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.3.0.rc3 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.3.0.rc2 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.3.0.rc1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.2.5 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.2.4 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.2.3.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.2.3 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.2.2 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.2.1 app/views/spree/admin/payments/source_views/_storecredit.html.erb
spree_backend-4.2.0 app/views/spree/admin/payments/source_views/_storecredit.html.erb