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

feat(previewImages): Manage post preview image independantly from post details images

parent 85918705
No related branches found
No related tags found
2 merge requests!2201.14,!208feat/US33-post-image-preview
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
<div *ngIf="!post.tags[0]" fxLayout="row" class="tag" fxLayoutAlign=" center" fxLayoutGap="12px"> <div *ngIf="!post.tags[0]" fxLayout="row" class="tag" fxLayoutAlign=" center" fxLayoutGap="12px">
<span>Infos</span> <span>Infos</span>
</div> </div>
<div fxLayout="row" class="title"> <div fxLayout="row" class="title">{{ post.title }}</div>
{{ post.title }}
</div>
<div fxLayout="column" class="informations"> <div fxLayout="column" class="informations">
<div>{{ post.author }}</div> <div>{{ post.author }}</div>
<div> <div>
...@@ -25,10 +23,6 @@ ...@@ -25,10 +23,6 @@
</div> </div>
</div> </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 fxLayout="row" class="description">
<div [innerHtml]="post.safeHtml"></div> <div [innerHtml]="post.safeHtml"></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