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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user