Commit a2e482709878c30750e27c1cbea6ea32b28622c1
1 parent
f8c765a4
Exists in
master
inserindo último usuário logado
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/Cacic/CommonBundle/Resources/views/base.html.twig
... | ... | @@ -142,6 +142,7 @@ |
142 | 142 | </a> |
143 | 143 | {{ knp_menu_render('CacicRelatorioBundle:Builder:relatorioMenu') }} |
144 | 144 | </li> |
145 | + <li><a class="round_top" href="{{ path('cacic_relatorio_usuario') }}">{{ "Usuário Logado"|trans }}</a></li> | |
145 | 146 | <li><a class="round_top" href="{{ path('cacic_relatorio_autorizacoes') }}">{{ "Autorizações"|trans }}</a></li> |
146 | 147 | <li><a class="round_top" href="{{ path('cacic_relatorio_faturamento') }}">{{ "Faturamento"|trans }}</a></li> |
147 | 148 | <li><a class="round_top" href="{{ path('cacic_relatorio_inativos') }}">{{ "Sem Coleta"|trans }}</a></li> | ... | ... |