1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 07:54:38 +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
+3 -3
View File
@@ -8,7 +8,7 @@
</div>
<div class="col">
<h4 class="card-title m-0">
<a href="#">{{ person.full_name }}</a>
<a href="javascript:void(0)">{{ person.full_name }}</a>
</h4>
<div class="text-muted">
Working in {{ person.company }}
@@ -18,7 +18,7 @@
</div>
</div>
<div class="col-auto">
<a href="#" class="btn btn-sm btn-secondary d-none d-md-inline-block">
<a href="javascript:void(0)" class="btn btn-sm btn-secondary d-none d-md-inline-block">
Subscribe
</a>
</div>
@@ -32,4 +32,4 @@
</div>
</div>
</div>
</div>
</div>