@@ -428,8 +428,6 @@ Append
428
428
</template>
429
429
</turbo-stream>
430
430
431
- For more info, see: `Turbo Streams - Append <https://turbo.hotwired.dev/reference/streams#append >`_.
432
-
433
431
Prepend
434
432
"""""""
435
433
@@ -446,8 +444,6 @@ Prepend
446
444
</template>
447
445
</turbo-stream>
448
446
449
- For more info, see: `Turbo Streams - Prepend <https://turbo.hotwired.dev/reference/streams#prepend >`_.
450
-
451
447
Replace
452
448
"""""""
453
449
@@ -478,8 +474,6 @@ Replace
478
474
</template>
479
475
</turbo-stream>
480
476
481
- For more info, see: `Turbo Streams - Replace <https://turbo.hotwired.dev/reference/streams#replace >`_.
482
-
483
477
Update
484
478
""""""
485
479
@@ -510,8 +504,6 @@ Update
510
504
</template>
511
505
</turbo-stream>
512
506
513
- For more info, see: `Turbo Streams - Update <https://turbo.hotwired.dev/reference/streams#update >`_.
514
-
515
507
Remove
516
508
""""""
517
509
@@ -522,8 +514,6 @@ Remove
522
514
{# renders as: #}
523
515
<turbo-stream action="remove" targets="#dom_id"></turbo-stream>
524
516
525
- For more info, see: `Turbo Streams - Remove <https://turbo.hotwired.dev/reference/streams#remove >`_.
526
-
527
517
Before
528
518
""""""
529
519
@@ -540,8 +530,6 @@ Before
540
530
</template>
541
531
</turbo-stream>
542
532
543
- For more info, see: `Turbo Streams - Before <https://turbo.hotwired.dev/reference/streams#before >`_.
544
-
545
533
After
546
534
"""""
547
535
@@ -558,8 +546,6 @@ After
558
546
</template>
559
547
</turbo-stream>
560
548
561
- For more info, see: `Turbo Streams - After <https://turbo.hotwired.dev/reference/streams#after >`_.
562
-
563
549
Refresh
564
550
"""""""
565
551
@@ -579,8 +565,6 @@ Refresh
579
565
{# renders as: #}
580
566
<turbo-stream action="refresh" request-id="abcd-1234"></turbo-stream>
581
567
582
- For more info, see: `Turbo Streams - Refresh <https://turbo.hotwired.dev/reference/streams#refresh >`_.
583
-
584
568
Resetting the Form
585
569
~~~~~~~~~~~~~~~~~~
586
570
0 commit comments