Commit 2b9676baf2aa1801f4125d4e89409c5d77feec45
Merge branch 'highlight_popover' into 'master'
Add Highlight popover to software highlights block See merge request !5
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
views/blocks/software_highlights.html.erb
1 | 1 | <%= render :file => 'blocks/highlights.html.erb', :locals => { :block => block } %> |
2 | 2 | |
3 | -<%= link_to _('See all'), {:controller => :search, :action => :software_infos, :only_softwares => softwares} %> | |
3 | +<a class="toggle-popover">mais informaçõs</a> | |
4 | +<span class="popover-span" data-toggle="popover" data-placement="top" data-class="highlights-popover">?</span> | |
5 | +<div class="popover-content" style="display: none"> | |
6 | + <p>Este software foi desenvolvido com recursos públicos, gerenciado por uma instituição | |
7 | + governamental. Sua inclusão neste portal atende aos requisitos do <span>art. 14 da IN 01/2011</span>.</p> | |
8 | + <%= link_to _('See all'), {:controller => :search, :action => :software_infos, :only_softwares => softwares} %> | |
9 | +</div> | ... | ... |