Allow HTML in category descriptions
This commit is contained in:
parent
69ecb9334e
commit
2a7fa456e4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<p class="category-description" *ngIf="category && category.description">{{ category.description }}</p>
|
||||
<p class="category-description" *ngIf="category && category.description" [innerHtml]="category.description"></p>
|
||||
<app-transaction-list *ngIf="budgetId && category" [budgetId]="budgetId" [categoryId]="category.id"></app-transaction-list>
|
||||
<a mat-fab routerLink="/budgets/{{ budgetId }}/transactions/new">
|
||||
<mat-icon aria-label="Add">add</mat-icon>
|
||||
|
|
Loading…
Reference in a new issue