Commit 7c02128abad7eb4e983173e9b4d055b8359b97ff
1 parent
18cfb0b4
Exists in
master
and in
79 other branches
Refactor popover html and specify css rules
Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
views/blocks/software_highlights.html.erb
@@ -8,11 +8,13 @@ | @@ -8,11 +8,13 @@ | ||
8 | <!-- <div> with html content of popover | 8 | <!-- <div> with html content of popover |
9 | MUST APPEAR AFTER THE SPAN --> | 9 | MUST APPEAR AFTER THE SPAN --> |
10 | <div class="popover-content" style="display: none"> | 10 | <div class="popover-content" style="display: none"> |
11 | + <div class="inner-content"> | ||
11 | <p>Este software foi desenvolvido com recursos públicos, gerenciado por uma instituição | 12 | <p>Este software foi desenvolvido com recursos públicos, gerenciado por uma instituição |
12 | governamental. Sua inclusão neste portal atende aos requisitos do | 13 | governamental. Sua inclusão neste portal atende aos requisitos do |
13 | - <span> | ||
14 | <a href="https://softwarepublico.gov.br/social/articles/0000/3365/in_spb_01.pdf">art. 14 da IN 01/2011</a>. | 14 | <a href="https://softwarepublico.gov.br/social/articles/0000/3365/in_spb_01.pdf">art. 14 da IN 01/2011</a>. |
15 | - </span> | ||
16 | </p> | 15 | </p> |
16 | + </div> | ||
17 | + <div class="see-all"> | ||
17 | <%= link_to _('See all'), {:controller => :search, :action => :software_infos, :only_softwares => softwares} %> | 18 | <%= link_to _('See all'), {:controller => :search, :action => :software_infos, :only_softwares => softwares} %> |
19 | + </div> | ||
18 | </div> | 20 | </div> |