X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/b4859063099fb8b6a8cf5996d8407dcadcadb756..0f8cc46f1169f98720bfd1acba71da5e40d1c3bd:/Resources/views/body.html.twig diff --git a/Resources/views/body.html.twig b/Resources/views/body.html.twig index 4ef3142..aba7827 100644 --- a/Resources/views/body.html.twig +++ b/Resources/views/body.html.twig @@ -39,7 +39,7 @@ {% block body %} {% block header %} <header id="header"> - {% block header_title %}<h1><a href="{{ site_url }}"><img src="{{ asset(site_logo) }}" alt="{{ site_title }}" /></a></h1>{% endblock %} + {% block header_title %}<h1><a href="{{ site_url }}" title="{{ site_title }}"><img src="{{ asset(site_logo) }}" alt="{{ site_title }}" width="171" height="32" /></a></h1>{% endblock %} {% block header_nav %} <nav> <h2>{% trans %}Navigation{% endtrans %}</h2> @@ -73,7 +73,7 @@ {# pass an array argument to get the messages of those types (['warning', 'error']) #} {% for label, messages in app.flashes %} {% if messages %} - <div class="flash {{label}}"> + <div class="message {{label}}"> <ul> {% for message in messages %} <li>{{ message }}</li>