mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-12-09 04:36:00 +08:00
Fix class name typo
This commit is contained in:
parent
ecbe0011fb
commit
e0d6c9bb34
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<div class="btn-group"> </div>
|
||||
<div class="btn-group" data-placement="bottom" data-bind="visible: $root.isDraftFolder(), tooltip: 'MESSAGE/BUTTON_EDIT'">
|
||||
<a class="btn btn-success buttonEdit" data-bind="command: $root.messageEditCommand">
|
||||
<i class="icon-pensil icon-white"></i>
|
||||
<i class="icon-pencil icon-white"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="btn-group" data-bind="visible: !$root.isDraftFolder()">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue