Skip to content
Snippets Groups Projects
Commit ab0c9cc5 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Merge branch 'feat/US33-post-image-preview' into 'dev'

feat/US33-post-image-preview

See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client!208
parents 85918705 1761f741
No related branches found
No related tags found
2 merge requests!2201.14,!208feat/US33-post-image-preview
......@@ -15,9 +15,7 @@
<div *ngIf="!post.tags[0]" fxLayout="row" class="tag" fxLayoutAlign=" center" fxLayoutGap="12px">
<span>Infos</span>
</div>
<div fxLayout="row" class="title">
{{ post.title }}
</div>
<div fxLayout="row" class="title">{{ post.title }}</div>
<div fxLayout="column" class="informations">
<div>{{ post.author }}</div>
<div>
......@@ -25,10 +23,6 @@
</div>
</div>
</div>
<div fxLayout="row" class="article-image" *ngIf="post.feature_image">
<img class="image" alt="image about the news" [src]="post.feature_image" />
</div>
<div fxLayout="row" class="description">
<div [innerHtml]="post.safeHtml"></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