fix confirmation

This commit is contained in:
kakwa 2015-06-23 10:45:12 +02:00
parent 9bb2105322
commit e367b38be3
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@
</td>
<td>
<a href="/delete?user=${user}">
<button type="submit" class="btn btn-xs red" data-toggle='confirmation-delete'>
<a href="/delete?user=${user}" data-toggle='confirmation-delete'>
<button type="submit" class="btn btn-xs red">
<span class="glyphicon glyphicon-remove-sign"></span> Delete</button>
</a>