Commit c9e184333aeb9bb18e5f3122cd4964922b5349f1
1 parent
d597dde7
Exists in
master
and in
4 other branches
Reorder <span>
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
views/blocks/software_highlights.html.erb
... | ... | @@ -10,7 +10,9 @@ |
10 | 10 | <div class="popover-content" style="display: none"> |
11 | 11 | <p>Este software foi desenvolvido com recursos públicos, gerenciado por uma instituição |
12 | 12 | governamental. Sua inclusão neste portal atende aos requisitos do |
13 | - <a href="https://softwarepublico.gov.br/social/articles/0000/3365/in_spb_01.pdf"><span>art. 14 da IN 01/2011</span></a>. | |
13 | + <span> | |
14 | + <a href="https://softwarepublico.gov.br/social/articles/0000/3365/in_spb_01.pdf">art. 14 da IN 01/2011</a>. | |
15 | + </span> | |
14 | 16 | </p> |
15 | 17 | <%= link_to _('See all'), {:controller => :search, :action => :software_infos, :only_softwares => softwares} %> |
16 | 18 | </div> | ... | ... |