X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/52ed7a1ca206b28536a7a91a2edab34a4d73af01..8e9a8cfed083ec7e7410aab5aadcae945cdfd9e8:/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..9c47879 100644 --- a/Resources/views/session/index.html.twig +++ b/Resources/views/session/index.html.twig @@ -1,8 +1,8 @@ -{% extends '@RapsysAir/body.html.twig' %} +{% extends '@RapsysAir/base.html.twig' %} {% block content %} - <article id="dashboard"> + <article> <header> - <h2><a href="{{ path('rapsys_air_session') }}">{{ title }}</a></h2> + <h2>{{ title.page }}</h2> <p>{{ description }}</p> </header> <div class="panel"> @@ -10,7 +10,9 @@ <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 %}