diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 18:27:14 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 18:27:14 +0200 |
| commit | 276b47c8823fd9332948435566a8a5349c898f8e (patch) | |
| tree | 3120b7ad7bbe803439d8d5c51b75b7082a68d840 /src/app/components/post-page/post-page.component.html | |
| parent | 578e3408089747fa1cedf59409baf96f27053d21 (diff) | |
| download | DevHive-Angular-276b47c8823fd9332948435566a8a5349c898f8e.tar DevHive-Angular-276b47c8823fd9332948435566a8a5349c898f8e.tar.gz DevHive-Angular-276b47c8823fd9332948435566a8a5349c898f8e.zip | |
Implemented (moved from comment page) functionality for editing and deleting comments
Diffstat (limited to 'src/app/components/post-page/post-page.component.html')
| -rw-r--r-- | src/app/components/post-page/post-page.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/post-page/post-page.component.html b/src/app/components/post-page/post-page.component.html index 529d971..9858c76 100644 --- a/src/app/components/post-page/post-page.component.html +++ b/src/app/components/post-page/post-page.component.html @@ -11,7 +11,7 @@ </button> </form> <hr class="card-hr"> - <section class="margin-top-bigger"> + <section> <div class="comment" *ngFor="let comm of post?.comments"> <app-comment [paramId]="comm.id.toString()"></app-comment> </div> |
