New client actions rendered as buttons rather than anchors
parent
4c503a7f40
commit
c02bac8c38
|
@ -45,7 +45,7 @@
|
|||
|
||||
<script type="text/html" id="tmpl-client-table">
|
||||
<div class="well">
|
||||
<a class="btn btn-small btn-primary" href="#">New Client</a>
|
||||
<button class="btn btn-small btn-primary">New Client</button>
|
||||
</div>
|
||||
|
||||
<table id="client-table" class="table">
|
||||
|
@ -67,6 +67,6 @@
|
|||
</table>
|
||||
|
||||
<div class="well">
|
||||
<a class="btn btn-small btn-primary" href="#">New Client</a>
|
||||
<button class="btn btn-small btn-primary">New Client</button>
|
||||
</div>
|
||||
</script>
|
Loading…
Reference in New Issue