File tree 8 files changed +8
-8
lines changed
src/Turbo/templates/components/Stream
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{% props target -%}
2
2
3
- <turbo -stream action =" after" targets =" {{ target }}" {{ attributes }}>
3
+ <turbo -stream action =" after" targets =" {{ target }}" {{- attributes }}>
4
4
<template >{% block content %}{% endblock %}</template >
5
5
</turbo -stream >
Original file line number Diff line number Diff line change 1
1
{% props target -%}
2
2
3
- <turbo -stream action =" append" targets =" {{ target }}" {{ attributes }}>
3
+ <turbo -stream action =" append" targets =" {{ target }}" {{- attributes }}>
4
4
<template >{% block content %}{% endblock %}</template >
5
5
</turbo -stream >
Original file line number Diff line number Diff line change 1
1
{% props target -%}
2
2
3
- <turbo -stream action =" before" targets =" {{ target }}" {{ attributes }}>
3
+ <turbo -stream action =" before" targets =" {{ target }}" {{- attributes }}>
4
4
<template >{% block content %}{% endblock %}</template >
5
5
</turbo -stream >
Original file line number Diff line number Diff line change 1
1
{% props target -%}
2
2
3
- <turbo -stream action =" prepend" targets =" {{ target }}" {{ attributes }}>
3
+ <turbo -stream action =" prepend" targets =" {{ target }}" {{- attributes }}>
4
4
<template >{% block content %}{% endblock %}</template >
5
5
</turbo -stream >
Original file line number Diff line number Diff line change 1
1
{% props requestId = null -%}
2
2
3
- <turbo -stream action =" refresh" {% if requestId is not null %} request-id =" {{ requestId }}" {% endif %} {{ attributes }}></turbo -stream >
3
+ <turbo -stream action =" refresh" {% if requestId is not null %} request-id =" {{ requestId }}" {% endif %} {{- attributes }}></turbo -stream >
Original file line number Diff line number Diff line change 1
1
{% props target -%}
2
2
3
- <turbo -stream action =" remove" targets =" {{ target }}" {{ attributes }}></turbo -stream >
3
+ <turbo -stream action =" remove" targets =" {{ target }}" {{- attributes }}></turbo -stream >
Original file line number Diff line number Diff line change 1
1
{% props target , morph = false -%}
2
2
3
- <turbo -stream action =" replace" targets =" {{ target }}" {% if morph %} method =" morph" {% endif %} {{ attributes }}>
3
+ <turbo -stream action =" replace" targets =" {{ target }}" {% if morph %} method =" morph" {% endif %} {{- attributes }}>
4
4
<template >{% block content %}{% endblock %}</template >
5
5
</turbo -stream >
Original file line number Diff line number Diff line change 1
1
{% props target , morph = false -%}
2
2
3
- <turbo -stream action =" update" targets =" {{ target }}" {% if morph %} method =" morph" {% endif %} {{ attributes }}>
3
+ <turbo -stream action =" update" targets =" {{ target }}" {% if morph %} method =" morph" {% endif %} {{- attributes }}>
4
4
<template >{% block content %}{% endblock %}</template >
5
5
</turbo -stream >
You can’t perform that action at this time.
0 commit comments