Skip to content
Snippets Groups Projects

Admin firehose

Merged Brian Hatchet requested to merge brianhatchet/front:admin_firehose into master
2 files
+ 11
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -14,11 +14,16 @@
@@ -14,11 +14,16 @@
<p>{{report.appeal_note}}</p>
<p>{{report.appeal_note}}</p>
</div>
</div>
<minds-card *ngIf="report.entity"
<ng-container *ngIf="report.entity; else noEntity">
class=""
<minds-card *ngIf="report.entity"
[object]="report.entity"
class=""
hostClass="mdl-card m-border"
[object]="report.entity"
></minds-card>
hostClass="mdl-card m-border"
 
></minds-card>
 
</ng-container>
 
<ng-template #noEntity>
 
<p>The post could not be loaded. Please overturn the report</p>
 
</ng-template>
<div class="m-juryDutySessionContent__options">
<div class="m-juryDutySessionContent__options">
<button
<button
Loading