Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit d97029b

Browse files
Restyled by whitespace
1 parent 27d5c5f commit d97029b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+48
-48
lines changed

apps/templates/admin/guard/group/route.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
{% endfor %}
5858
</tbody>
5959
</table>
60-
{% endif %}
60+
{% endif %}

apps/templates/admin/guard/group/workflow.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464
{% endfor %}
6565
</tbody>
6666
</table>
67-
{% endif %}
67+
{% endif %}

apps/templates/admin/guard/index/route.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@
7777
{% endfor %}
7878
</tbody>
7979
</table>
80-
{% endif %}
80+
{% endif %}

apps/templates/admin/guard/index/workflow.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@
8282
{% endfor %}
8383
</tbody>
8484
</table>
85-
{% endif %}
85+
{% endif %}

apps/templates/admin/guard/user/route.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
{% endfor %}
5858
</tbody>
5959
</table>
60-
{% endif %}
60+
{% endif %}

apps/templates/admin/guard/user/workflow.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
{% endfor %}
6666
</tbody>
6767
</table>
68-
{% endif %}
68+
{% endif %}

apps/templates/admin/paragraph/list.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
</div>
2727
</li>
2828
{% endfor %}
29-
</ul>
29+
</ul>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{% import "macro.html.twig" as macro_site %}
22
<section id="{{ block|block_id }}" class="{{ block|block_class }}">
33
{{ macro_site.breadcrumbs(breadcrumbs) }}
4-
</section>
4+
</section>

apps/templates/block/custom.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
{{ row.template|debug_begin }}
33
{{ row.data.content|raw }}
44
{{ row.template|debug_end }}
5-
{% endfor %}
5+
{% endfor %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<section id="block-default" class="{{ block|block_class }}">
22
PARAGRAPH NON défini ({{ block.block.type }})
3-
</section>
3+
</section>

0 commit comments

Comments
 (0)