Skip to content
Snippets Groups Projects
Commit b4c323c4 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(news): change updated date display to created date

parent a38b9292
No related branches found
No related tags found
1 merge request!2201.14
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<div fxLayout="column" class="informations"> <div fxLayout="column" class="informations">
<div>{{ post.author }}</div> <div>{{ post.author }}</div>
<div> <div>
{{ post.updated_at | date: 'dd MMM y' }} {{ post.created_at | date: 'dd MMM y' }}
</div> </div>
</div> </div>
</div> </div>
......
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