Skip to content

Commit

Permalink
Adiciona title aos links de redes sociais (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
agnogueira authored and rodfersou committed Jul 9, 2019
1 parent 6c89e52 commit afec505
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ Changelog
2.1.2 (unreleased)
^^^^^^^^^^^^^^^^^^

- Adiciona tooltip aos links de redes sociais `#576 <https://github.com/plonegovbr/brasil.gov.portal/issues/576>`_).
[agnogueira]

- Permite edição do tipo "MPEG Audio File" e "OGG Audio File" através da aba "Conteúdo". (atende parcialmente `#587 <https://github.com/plonegovbr/brasil.gov.portal/issues/587>`_).
[idgserpro]

- Permite edição do tipo Infográfico através da aba "Conteúdo". (atende parcialmente `#578 <https://github.com/plonegovbr/brasil.gov.portal/issues/578>`_).
[idgserpro]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<tal:rede tal:repeat="tab view/redes">
<li tal:define="tid tab/site"
tal:attributes="class string:portalredes-${tid} portalredes-item;">
<a tal:attributes="href tab/url;"
<a tal:attributes="href tab/url;
title tab/title|nothing;"
tal:content="tab/title|nothing" />
</li>
</tal:rede>
Expand Down

0 comments on commit afec505

Please sign in to comment.