Update blacklist.blade.php
This commit is contained in:
parent
ffb31ac0ad
commit
f15efd26bd
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
|||
<span class="username"> \
|
||||
<a href="#">' + escapeHtml(data.name) +'</a> \
|
||||
</span> \
|
||||
<span class="description"><strong>' + escapeHtml(data.email) + '</strong> - ' + escapeHtml(data.username) + '</span> \
|
||||
<span class="description"><strong>' + escapeHtml(data.email) + '</strong>' + '</span> \
|
||||
</div>';
|
||||
},
|
||||
templateSelection: function (data) {
|
||||
|
|
Loading…
Add table
Reference in a new issue