X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/52ed7a1ca206b28536a7a91a2edab34a4d73af01..4f1511980043fca288c364b794e540af1c54f95e:/Resources/views/session/index.html.twig?ds=sidebyside diff --git a/Resources/views/session/index.html.twig b/Resources/views/session/index.html.twig index 9317b4c..62cc1c5 100644 --- a/Resources/views/session/index.html.twig +++ b/Resources/views/session/index.html.twig @@ -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 %}