Commit ae0103e7e25129090f5d8784b43fede0a1988043
Committed by
Alexandre Barbosa
1 parent
246b34cd
Exists in
master
and in
45 other branches
Quick access to SISP Portal from SPB
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/templates/header_spb.html
... | ... | @@ -8,7 +8,10 @@ |
8 | 8 | </div> |
9 | 9 | <script src="//barra.brasil.gov.br/barra.js" type="text/javascript" defer async></script> |
10 | 10 | <div id="header" role="banner"> |
11 | - <div> | |
11 | + <div id="spb-header-quick-access"> | |
12 | + <p class='pull-right'>Acesso rápido: <a href="{% url 'home' %}">Portal do SISP</a></p> | |
13 | + </div> | |
14 | + <div id="spb-header-content"> | |
12 | 15 | <ul id="accessibility"> |
13 | 16 | <li> |
14 | 17 | <a accesskey="1" href="#acontent" id="link-conteudo"> | ... | ... |