Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
Resin
Client
Merge requests
!244
Dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dev
dev
into
master
Overview
0
Commits
15
Pipelines
0
Changes
9
Merged
Hugo SUBTIL
requested to merge
dev
into
master
2 years ago
Overview
0
Commits
15
Pipelines
0
Changes
9
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3b050b79
15 commits,
2 years ago
9 files
+
49
−
41
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
src/app/post/components/post-list/post-list.component.html
+
9
−
4
Options
<div
class=
"section-container no-padding"
fxLayout=
"row"
fxLayoutGap=
"32px"
>
<div
*ngIf=
"isLoading"
class=
"loader"
>
<img
class=
"loader-gif"
src=
"/assets/gif/loader_circle.gif"
alt
/>
</div>
<div
*ngIf=
"!isLoading"
fxLayout=
"column"
class=
"list-container"
fxLayoutGap=
"16px"
>
<div
fxLayout=
"column"
class=
"list-container"
fxLayoutGap=
"16px"
>
<!-- <div fxLayout="column" *ngIf="displayTags()">
<div fxLayout="row wrap" fxLayoutAlign="none center" fxLayoutGap="8px">
<div
@@ -27,6 +24,14 @@
<app-post-card
[post]=
"news"
class=
"col"
*ngFor=
"let news of allPosts"
></app-post-card>
</div>
</div>
<div
*ngIf=
"isLoading"
class=
"loader"
>
<img
class=
"loader-gif"
src=
"/assets/gif/loader_circle.gif"
alt
/>
</div>
<div
*ngIf=
"!isLastPage && !isLoading"
fxLayout=
"row"
fxLayoutAlign=
"center center"
>
<button
class=
"btn-primary small"
(click)=
"loadMore()"
>
<div
class=
"rowBtn"
fxLayout=
"row"
fxLayoutAlign=
"center center"
>
Voir plus
</div>
</button>
</div>
</div>
</div>
</div>
Loading