tramway-event 1.2 → 1.2.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c6e619273da34ae3abd7762ca36c613a4cf69587731b3ca95067ac670e217a7
|
4
|
+
data.tar.gz: e75b7c4c21f0ebb3d62ea3798a6239fa7b9b3a7b0492494862c9091d35ec9ac4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24dd4fafa80ff677f7fd7b152a4191864c699656502901f05f62c8e37d2d044f857090408c353b74f5ca5cf6feb122c182c14000295c7e3e909ab050796913b0
|
7
|
+
data.tar.gz: 861c3aac242cfeb580deaac54f40c33f99de4ff8d490962d5abe876c453f2bb106129ef146ea3dfc15cbfb6a15ac51900077b7cd58442dd551cd1ab45fc619e6
|
@@ -33,5 +33,7 @@
|
|
33
33
|
%hr
|
34
34
|
= render 'tramway/event/participants/form'
|
35
35
|
%hr
|
36
|
-
- @sections.
|
36
|
+
- @sections.each_with_index do |section, index|
|
37
37
|
= render 'tramway/landing/blocks/templates/section_with_image_and_text', block: section
|
38
|
+
- if index < @sections.count - 1
|
39
|
+
%br
|