dummy tooltip inserted
This commit is contained in:
parent
3c52085af8
commit
d6b5c6bd21
@ -4,5 +4,12 @@
|
||||
</td>
|
||||
<td><span class="badge badge-success">${class_MATCH}</span></td>
|
||||
<td><span class="badge badge-important">${class_MISSMATCH}</span></td>
|
||||
<td><span class="badge"><a href="#">${match_percentage}%</a></span></td>
|
||||
</tr>
|
||||
<td><span class="badge"><a class="uvote_test" data-toggle="popover" title="Popover title" data-content="The last tip!">
|
||||
|
||||
${match_percentage}%</a></span></td>
|
||||
</tr>
|
||||
<script>
|
||||
$(function ()
|
||||
{ $(".uvote_test").popover();
|
||||
});
|
||||
</script>
|
||||
Loading…
x
Reference in New Issue
Block a user