effective_orders 1.5.8 → 1.5.9
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0979421d5081d8f2de0a821d896cb361aa64ed8a
|
4
|
+
data.tar.gz: 306fc9bf0fea8630dc63989e63c0678db5d6448c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c095c5d4924bfe1388a586d7160fe3e4b7bd0e005204be2856d31093baf74411beada109c1fc5c73bed9bcc6d52a65c45143b52e7032de9f06b4a31189cefd7
|
7
|
+
data.tar.gz: 7f662b1fd88f91ccdffeb5f7071f783aabf8dba8db2ae25423bede9e7170a3715eb6beeec3332fd6be9bcca23fc43d9e2724faaf51da5f36ce8c539f5d959ebd
|
@@ -2,4 +2,4 @@
|
|
2
2
|
.effective-order-actions.pull-right
|
3
3
|
%p
|
4
4
|
= link_to 'Print', '#', :class => 'btn btn-default print-button', 'data-role' => 'print-button', :onClick => "window.print(); false;"
|
5
|
-
= link_to 'Resend Receipt', effective_orders.resend_buyer_receipt_path(order), :data => {'confirm' => 'This action will email you a copy of the original email receipt. Send receipt now?', 'disable_with' => 'Resending...'}
|
5
|
+
= link_to 'Resend Receipt', effective_orders.resend_buyer_receipt_path(order), :class => 'btn btn-default resend-receipt-button', :data => {'confirm' => 'This action will email you a copy of the original email receipt. Send receipt now?', 'disable_with' => 'Resending...'}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_orders
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|