Fix invalid href value (#2707)

This commit is contained in:
XhmikosR 2020-05-30 13:07:53 +03:00 committed by GitHub
parent 8a9808575f
commit 45eae49936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1238,7 +1238,7 @@
</div>
<!-- /.card-body -->
<div class="card-footer text-center">
<a href="javascript::">View All Users</a>
<a href="javascript:">View All Users</a>
</div>
<!-- /.card-footer -->
</div>