Commit 4650b42f26416d7018d061232a60b1d8df1d77fb
Exists in
master
Merge branch 'master' of https://github.com/lightbase/WSCacicNeo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
wscacicneo/templates/menu.pt
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | > <li><a href="${request.route_url('root')}orgao/cadastro">Cadastrar Orgão</a></li> |
13 | 13 | <li><a href="${request.route_url('root')}orgao/lista">Listar Orgãos</a></li> |
14 | 14 | </ul> |
15 | - <li> | |
15 | + <li class="has_sub"> | |
16 | 16 | <a href="#"><i class="fa fa-file-o"></i> Usuário <span class="pull-right"><i class="fa fa-chevron-right"></i></span></a> |
17 | 17 | <ul> |
18 | 18 | <li><a href="${request.route_url('root')}usuario/cadastro">Cadastrar Usuário</a></li> | ... | ... |