File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,6 @@ def response
465
465
components {
466
466
div id : "my-component" do
467
467
slot @options [ :my_first_slot ]
468
- br
469
468
slot @options [ :my_second_slot ]
470
469
end
471
470
}
@@ -516,7 +515,6 @@ def my_second_simple_slot
516
515
< span id ="my_simple_slot ">
517
516
some content
518
517
</ span >
519
- < br />
520
518
< span id ="my_simple_slot ">
521
519
foo from page
522
520
</ span >
@@ -568,9 +566,7 @@ def response
568
566
components {
569
567
div id : "my-other-component" do
570
568
slot @options [ :slots ] [ :my_slot_from_component ]
571
- br
572
569
slot @options [ :slots ] [ :my_slot_from_page ]
573
- br
574
570
plain @foo
575
571
end
576
572
}
@@ -613,11 +609,9 @@ def my_slot_from_page
613
609
< span id ="my-slot-from-component ">
614
610
foo from component
615
611
</ span >
616
- < br />
617
612
< span id ="my-slot-from-page ">
618
613
foo from page
619
614
</ span >
620
- < br />
621
615
foo from other component
622
616
</ div >
623
617
</ div >
You can’t perform that action at this time.
0 commit comments