titles: size and interaction

This commit is contained in:
2021-05-20 13:24:53 +02:00
parent 821b67723c
commit 8683f8faf3
13 changed files with 29 additions and 22 deletions

View File

@@ -5,9 +5,8 @@
<div class="grid-6">{% set title = title %}
<h1>
<i class="fa fa-random fa-fw"></i>
{{ 'Accompanying Course'|trans }}{# ou défini en amont
{{ title|default('Accompanying Course'|trans)|raw }} #}
<span style="font-weight: lighter; font-size: 65%;">(n°{{ accompanyingCourse.id }})</span>
{{ 'Accompanying Course'|trans }}
<span style="font-weight: lighter; font-size: 50%;">(n°{{ accompanyingCourse.id }})</span>
</h1>
</div>

View File

@@ -7,7 +7,6 @@
{% endblock %}
{% block content %}
<h1>{{ block('title') }}</h1>
<div id="accompanying-course"></div> {# <== insert accompanyingCourse vue component #}
{% endblock %}