Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c41869
)
Remove useless id
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 31 Jan 2024 22:21:32 +0000
(23:21 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 31 Jan 2024 22:21:32 +0000
(23:21 +0100)
Resources/views/default/index.html.twig
patch
|
blob
|
history
diff --git
a/Resources/views/default/index.html.twig
b/Resources/views/default/index.html.twig
index 3e820c0ec24249e488f94330cd0dfc0a443e735a..a3560e040db6edf8620fb92f08fe64c2d2f2766b 100644
(file)
--- a/
Resources/views/default/index.html.twig
+++ b/
Resources/views/default/index.html.twig
@@
-1,6
+1,6
@@
{% extends '@RapsysAir/body.html.twig' %}
{% block content %}
- <article
id="dashboard"
>
+ <article>
<header>
<h2>{{ description }}</h2>
</header>