mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 00:12:17 +00:00
Merge pull request #4320 from crookedneighbor/show-full-time-on-hover-in-chat
Added tooltip to show chat time in date format with minutes and seconds
This commit is contained in:
commit
754fb549ea
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ mixin chatMessages(inbox)
|
|||
// this invisible username label is here to push the message text far enough right that the visible label can be floated to this point without covering up any of the text
|
||||
markdown(ng-model='::message.text')
|
||||
| -
|
||||
span.muted.time(from-now='::message.timestamp')
|
||||
span.muted.time(from-now='::message.timestamp' tooltip="{{::message.timestamp | date:'short'}}")
|
||||
unless inbox
|
||||
span
|
||||
a.label.label-default(ng-show='countExists(message.likes)', ng-class='{"label-success":message.likes[user._id]}', ng-click='likeChatMessage(group,message)') +{{countExists(message.likes)}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue