spree_frontend 2.4.2 → 2.4.3
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: c703fa9411a8e44f3c9074a1ce7f8863f8779f09
|
4
|
+
data.tar.gz: c490fd5f622b171c350f87422db3c35722846528
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 262a4127de5ca5f7f19d6eafc833f13384402316cbcd1aac40576171d5342c8e0ea1d38b807ddeee178d11ad19969895b9fff19ef96e9457479d8b94580fe7ae
|
7
|
+
data.tar.gz: eb6ac50262a8af7c50aec34e8c9b03bff4f82841805963a71e6e6ab7cb8c25b27aa1c0a338e4105ed3e74609b9985ba2432a9eef2c58ad5cd8960789e5b98201
|
@@ -991,7 +991,7 @@ div[data-hook="inside_cart_form"] {
|
|
991
991
|
|
992
992
|
.adjustment:nth-child(even) {
|
993
993
|
background: #eaeaea;
|
994
|
-
|
994
|
+
|
995
995
|
}
|
996
996
|
|
997
997
|
/*--------------------------------------*/
|
@@ -1207,20 +1207,8 @@ table.order-summary {
|
|
1207
1207
|
}
|
1208
1208
|
}
|
1209
1209
|
|
1210
|
-
@media only screen and (min-width: 768px) and (max-width: 959px) {
|
1211
|
-
.container .offset-by-nine.coupon-code-field {
|
1212
|
-
padding-left: 380px;
|
1213
|
-
}
|
1214
|
-
}
|
1215
|
-
|
1216
|
-
#update-cart .coupon-code-field {
|
1217
|
-
/* yes, this is ugly... */
|
1218
|
-
margin-top: -42px !important;
|
1219
|
-
}
|
1220
|
-
|
1221
1210
|
@media only screen and (max-width: 767px) {
|
1222
|
-
#empty-cart
|
1223
|
-
#update-cart .coupon-code-field {
|
1211
|
+
#empty-cart {
|
1224
1212
|
/* yes, this is ugly... */
|
1225
1213
|
margin-top: 0 !important;
|
1226
1214
|
}
|
@@ -5,10 +5,14 @@
|
|
5
5
|
<% if @payment_sources.present? %>
|
6
6
|
<div class="card_options">
|
7
7
|
<%= radio_button_tag 'use_existing_card', 'yes', true %>
|
8
|
-
<label for="use_existing_card_yes">
|
8
|
+
<label for="use_existing_card_yes">
|
9
|
+
<%= Spree.t(:use_existing_cc) %>
|
10
|
+
</label>
|
9
11
|
<br/>
|
10
12
|
<%= radio_button_tag 'use_existing_card', 'no' %>
|
11
|
-
<label for="use_existing_card_no">
|
13
|
+
<label for="use_existing_card_no">
|
14
|
+
<%= Spree.t(:use_new_cc_or_payment_method) %>
|
15
|
+
</label>
|
12
16
|
</div>
|
13
17
|
|
14
18
|
<div id="existing_cards">
|
@@ -0,0 +1 @@
|
|
1
|
+
Rails.application.config.assets.precompile += %w( favicon.ico spree/frontend/cart.png )
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_frontend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Schofield
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: spree_api
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 2.4.
|
19
|
+
version: 2.4.3
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 2.4.
|
26
|
+
version: 2.4.3
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: spree_core
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 2.4.
|
33
|
+
version: 2.4.3
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 2.4.
|
40
|
+
version: 2.4.3
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: canonical-rails
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -183,6 +183,7 @@ files:
|
|
183
183
|
- app/views/spree/store/cart_link.html.erb
|
184
184
|
- app/views/spree/taxons/_taxon.html.erb
|
185
185
|
- app/views/spree/taxons/show.html.erb
|
186
|
+
- config/initializers/assets.rb
|
186
187
|
- config/initializers/canonical_rails.rb
|
187
188
|
- config/initializers/check_for_orphaned_preferences.rb
|
188
189
|
- config/initializers/deprecation_checker.rb
|
@@ -518,7 +519,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
518
519
|
requirements:
|
519
520
|
- none
|
520
521
|
rubyforge_project: spree_frontend
|
521
|
-
rubygems_version: 2.
|
522
|
+
rubygems_version: 2.4.5
|
522
523
|
signing_key:
|
523
524
|
specification_version: 4
|
524
525
|
summary: Frontend e-commerce functionality for the Spree project.
|