]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/session/index.html.twig
Add header around h3
[airbundle] / Resources / views / session / index.html.twig
index 9317b4cf8ee1ea006dba7eaa28d8db651acf4569..62cc1c5374729f6d4304a4062b027fa877220a3e 100644 (file)
@@ -1,16 +1,17 @@
 {% extends '@RapsysAir/body.html.twig' %}
 {% block content %}
-       <article id="dashboard">
+       <article>
                <header>
-                       <h2><a href="{{ path('rapsys_air_session') }}">{{ title }}</a></h2>
-                       <p>{{ description }}</p>
+                       <h2>{{ description }}</h2>
                </header>
                <div class="panel">
                        {% if calendar is defined and calendar %}
                                <div class="grid calendar seven">
                                        {% for date, day in calendar %}
                                                <section class="{{ day.class|join(' ') }}">
-                                                       <h3>{{ day.title }}</h3>
+                                                       <header>
+                                                               <h3>{{ day.title }}</h3>
+                                                       </header>
                                                        {% if day.sessions is not empty %}
                                                                <ul>
                                                                        {% for session in day.sessions %}