Skip to content

Commit

Permalink
SHIBUI-1385 Fixed metadata header date display
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 4, 2019
1 parent 473642f commit 8a2f8d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="card-body">
<h5 class="card-title version-title">
<translate-i18n key="label.saved">Saved</translate-i18n>:&nbsp;
<span class="save-date">{{ version.modifiedDate | date:'medium' }}</span>
<span class="save-date">{{ version.modifiedDate | date:DATE_FORMAT }}</span>
<br />
<translate-i18n key="label.by">By</translate-i18n>:&nbsp;
<span class="author">{{ version.createdBy }}</span>
Expand Down

0 comments on commit 8a2f8d8

Please sign in to comment.