effective_events 2.28.1 → 2.28.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/effective/event_registrations/_changing.html.haml +2 -0
- data/app/views/effective/event_registrations/addons.html.haml +2 -0
- data/app/views/effective/event_registrations/billing.html.haml +2 -1
- data/app/views/effective/event_registrations/checkout.html.haml +3 -3
- data/app/views/effective/event_registrations/complete.html.haml +1 -1
- data/app/views/effective/event_registrations/details.html.haml +1 -0
- data/app/views/effective/event_registrations/start.html.haml +1 -1
- data/app/views/effective/event_registrations/summary.html.haml +1 -0
- data/app/views/effective/event_registrations/tickets.html.haml +1 -0
- data/config/locales/effective_events.en.yml +2 -1
- data/lib/effective_events/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49c704a7c670fde5b6cf18f335c419c306601caf0dfc8c69febaa44ad650c4df
|
4
|
+
data.tar.gz: 69824c9e0cb8b1715f89477e61a281f497d1f43276a8e29d423000d9fe43654b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0139e96ea89846365f8bc3c31efd12eec1c15d8510e4f320fcb32227003ac10a4c2b359b9702783d2d26da3da2730c4ba265d72a59aefe5715078a6e29f3eef
|
7
|
+
data.tar.gz: e0f3120777ef52c0cc5943a1a363998f794cc7df9e39a04f2189d8bd2b7fe342f69e7dcd3eab96aa4d3863e9bee2c794811345cc581d903d7b2bd1718c7ffc68
|
@@ -1,5 +1,6 @@
|
|
1
1
|
= render 'layout' do
|
2
|
-
= render
|
2
|
+
= render('effective/event_registrations/changing', resource: resource)
|
3
|
+
= render('effective/event_registrations/content', resource: resource)
|
3
4
|
|
4
5
|
- raise('expected owner to respond to billing_address') unless resource.owner.respond_to?(:billing_address)
|
5
6
|
|
@@ -1,9 +1,9 @@
|
|
1
1
|
= render 'layout' do
|
2
|
-
= render
|
2
|
+
= render('effective/event_registrations/changing', resource: resource)
|
3
|
+
= render('effective/event_registrations/content', resource: resource)
|
3
4
|
|
4
5
|
- if resource.submit_order.deferred?
|
5
|
-
=
|
6
|
-
= render_checkout_step2(resource.submit_order, purchased_url: wizard_path(:complete), deferred_url: wizard_path(:submitted), declined_url: wizard_path(:checkout))
|
6
|
+
= render_checkout_step2(resource.submit_order, purchased_url: wizard_path(:complete), deferred_url: wizard_path(:submitted), declined_url: wizard_path(:checkout))
|
7
7
|
- elsif resource.event.registerable? == false
|
8
8
|
.alert.alert-danger Your selected event is no longer available for registration.
|
9
9
|
- elsif resource.unavailable_event_tickets.present?
|
@@ -1,5 +1,5 @@
|
|
1
1
|
= render 'layout' do
|
2
|
-
= render
|
2
|
+
= render('effective/event_registrations/content', resource: resource)
|
3
3
|
|
4
4
|
- raise('expected a completed event_registration') unless resource.completed?
|
5
5
|
- raise('expected a purchased event_registration submit_order') unless resource.submit_order&.purchased?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_events
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.28.
|
4
|
+
version: 2.28.3
|
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:
|
11
|
+
date: 2025-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -269,6 +269,7 @@ files:
|
|
269
269
|
- app/views/effective/event_addons/_fields.html.haml
|
270
270
|
- app/views/effective/event_registrants/_fields.html.haml
|
271
271
|
- app/views/effective/event_registrations/_addons.html.haml
|
272
|
+
- app/views/effective/event_registrations/_changing.html.haml
|
272
273
|
- app/views/effective/event_registrations/_content.html.haml
|
273
274
|
- app/views/effective/event_registrations/_dashboard.html.haml
|
274
275
|
- app/views/effective/event_registrations/_details.html.haml
|