Commit 945561a5ff2e06fe300ae5f87b335829b6296b5c
1 parent
bd46af96
Exists in
master
and in
2 other branches
Correções no layout e visualização das impressões
Showing
16 changed files
with
10 additions
and
4 deletions
Show diff stats
Resources/config/routing.yml
1.64 KB
Resources/views/base.html.twig
1 | 1 | {% extends '::base.html.twig' %} |
2 | 2 | |
3 | -{% block title 'Cocar' %} | |
3 | +{% block meta %} | |
4 | + | |
5 | + <title>{{ "COCAR"|trans }}</title> | |
6 | + <meta name="description" content="{{ 'COCAR - Configurador e Coletor de Ativos de Rede'|trans }}"> | |
7 | + <meta name="ahoekie" content="CACIC BackEnd"> | |
8 | + | |
9 | +{% endblock %} | |
4 | 10 | |
5 | 11 | {% block stylesheets %} |
6 | 12 | {{ parent() }} | ... | ... |
Resources/views/layout.html.twig