Commit 6ef1054a6806de7fa7ed3883836b8e1c297ba01b
1 parent
4b4fc7ae
Remove unnecessary comments
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
views/blocks/software_highlights.html.erb
1 | 1 | <%= render :file => 'blocks/highlights.html.erb', :locals => { :block => block } %> |
2 | 2 | |
3 | -<!-- popover html structure --> | |
4 | -<!-- <a> link to fire popover --> | |
5 | 3 | <a class="toggle-popover">mais informaçõs</a> |
6 | -<!-- <span> to handle popover options --> | |
7 | 4 | <span class="popover-span" data-toggle="popover" data-placement="top" data-class="highlights-popover">?</span> |
8 | -<!-- <div> with html content of popover | |
9 | - MUST APPEAR AFTER THE SPAN --> | |
10 | 5 | <div class="popover-content" style="display: none"> |
11 | 6 | <p>Este software foi desenvolvido com recursos públicos, gerenciado por uma instituição |
12 | 7 | governamental. Sua inclusão neste portal atende aos requisitos do <span>art. 14 da IN 01/2011</span>.</p> | ... | ... |