Commit 0fe2d245e9189858abf79ae6877e0ca86d73f4c8
1 parent
e956866a
Exists in
master
and in
1 other branch
foi comentado o link "perguntas frequentes e e alterado o link para
contatos, direcionando para um sítio externo.
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
src/main/webapp/WEB-INF/jsp/institucional/mapa.jsp
... | ... | @@ -38,18 +38,19 @@ |
38 | 38 | </div> |
39 | 39 | </li> |
40 | 40 | |
41 | - <li class="linhasMapa"> | |
41 | + <!-- <li class="linhasMapa"> | |
42 | 42 | <div> |
43 | 43 | <a href="${pageContext.request.contextPath}/perguntas-frequentes"> |
44 | 44 | <span>Perguntas Frequentes</span> |
45 | 45 | </a> |
46 | 46 | </div> |
47 | - </li> | |
47 | + </li>--> | |
48 | 48 | |
49 | 49 | <li class="linhasMapa"> |
50 | 50 | <div> |
51 | - <a href="${pageContext.request.contextPath}/contato"> | |
52 | - <span>Contato</span> | |
51 | + <a href="http://www.governoeletronico.gov.br/contato"> | |
52 | + <span>Contato | |
53 | + (link para um novo sítio)</span> | |
53 | 54 | </a> |
54 | 55 | </div> |
55 | 56 | </li> | ... | ... |