Commit 7c02128abad7eb4e983173e9b4d055b8359b97ff

Authored by Simiao Carvalho
1 parent 18cfb0b4

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 8 <!-- <div> with html content of popover
9 9 MUST APPEAR AFTER THE SPAN -->
10 10 <div class="popover-content" style="display: none">
  11 + <div class="inner-content">
11 12 <p>Este software foi desenvolvido com recursos públicos, gerenciado por uma instituição
12 13 governamental. Sua inclusão neste portal atende aos requisitos do
13   - <span>
14 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 15 </p>
  16 + </div>
  17 + <div class="see-all">
17 18 <%= link_to _('See all'), {:controller => :search, :action => :software_infos, :only_softwares => softwares} %>
  19 + </div>
18 20 </div>
... ...