mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-10 13:15:56 +00:00
Change to trash glyph for delete mailbox
This commit is contained in:
@@ -62,8 +62,8 @@ $(document).ready(function() {
|
||||
data-toggle="tooltip"
|
||||
data-placement="top"
|
||||
title="Delete Mailbox"
|
||||
onclick="deleteMailBox()">
|
||||
<span class="glyphicon glyphicon-remove"></span>
|
||||
onclick="deleteMailbox()">
|
||||
<span class="glyphicon glyphicon-trash"></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user