1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00

html href fixes, custom input fixes

This commit is contained in:
codecalm
2019-09-26 00:13:52 +02:00
parent 6ca4337ecd
commit a85a05eb4d
52 changed files with 228 additions and 233 deletions
+4 -4
View File
@@ -21,14 +21,14 @@
</p>
<div class="small">
<span class="text-success mr-1">+{{ forloop.index | random_number: 20, 50 }}</span>
<a href="#" data-toggle="tooltip" data-placement="top" title="Vote Up">{% include ui/icon.html icon="chevron-up" %}</a>
<a href="#" class="mr-1" data-toggle="tooltip" data-placement="top" title="Vote Down">
<a href="javascript:void(0)" data-toggle="tooltip" data-placement="top" title="Vote Up">{% include ui/icon.html icon="chevron-up" %}</a>
<a href="javascript:void(0)" class="mr-1" data-toggle="tooltip" data-placement="top" title="Vote Down">
{% include ui/icon.html icon="chevron-down" %}
</a>
<span class="mr-1">·</span>
<a href="#" class="mr-1 text-muted">Reply</a>
<a href="javascript:void(0)" class="mr-1 text-muted">Reply</a>
<span class="mr-1">·</span>
<a href="#" class="text-muted">Edit</a>
<a href="javascript:void(0)" class="text-muted">Edit</a>
</div>
</div>
</div>