Skip to content
Snippets Groups Projects
Commit 339f07ce authored by Matheus Agio Nerone's avatar Matheus Agio Nerone
Browse files

adding popover to view


Signed-off-by: default avatarman13 <man13@inf.ufpr.br>
parent e6b421fe
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,12 @@
<thead>
<tr>
<th>Nome</th>
<th>MimeTypes</th>
<th>
Extensões&nbsp
<a style="text-decoration: none;" href="#" data-toggle="popover" title="Informação" data-trigger="hover" data-content="Tipos de objetos sem extensões aceitam todos os tipos de mimetypes">
<i class="ls-ico-info"></i>
</a>
</th>
<th></th>
<th></th>
</tr>
......@@ -25,6 +30,11 @@
<% end %>
</tbody>
</table>
<script>
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
});
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment