Skip to content
Snippets Groups Projects
Commit 3bd758d6 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #12091 TIME 0:05 truncate msg

parent 7534f246
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
<div class="date" [title]="note.creation_date | fullDate"> <div class="date" [title]="note.creation_date | fullDate">
{{note.creation_date | timeAgo}} {{note.creation_date | timeAgo}}
</div> </div>
<div class="info"> <div class="info" [title]="note.value">
{{note.value}} {{note.value | shorten: 110: '...'}}
</div> </div>
<div class="date"> <div class="date">
{{note.firstname}} {{note.lastname}} {{note.firstname}} {{note.lastname}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment