mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-03 06:02:17 +00:00
Correct sources to prevent angular.js deprecation Warning
Correct scss to prevent 404 server response
This commit is contained in:
committed by
Francis Lachapelle
parent
02cdc869be
commit
bed46ba2eb
@@ -40,7 +40,8 @@
|
||||
<div class="sg-icon-bar">
|
||||
<!-- todo: Replace md-tooltip values by localizable string variable -->
|
||||
<md-button class="iconButton"
|
||||
ui-sref="mail.account.mailbox.message.action({accountId: account.id, mailboxId: (mailbox.path | encodeUri), messageId: message.uid, actionName: 'reply'})">
|
||||
ui-sref="mail.account.mailbox.message.action({accountId: account.id, mailboxId: (mailbox.path | encodeUri), messageId: message.uid, actionName: 'reply'})"
|
||||
aria-label="reply">
|
||||
<md-tooltip md-direction="left">Reply to the message</md-tooltip>
|
||||
<i class="md-icon-reply"><!-- reply --></i>
|
||||
</md-button>
|
||||
|
||||
Reference in New Issue
Block a user