We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f513893 commit 802baf5Copy full SHA for 802baf5
app/tabs/cost/detail/cost-detail.component.html
@@ -24,7 +24,8 @@
24
<Label class="date-label"
25
[text]="cost.changesDate"></Label>
26
</FlexboxLayout>
27
- <Label class="tag-item small-tag-item"
+ <Label [nsRouterLink]="['/cost-edit', cost.id]"
28
+ class="tag-item small-tag-item"
29
[text]="cost.type"></Label>
30
31
<Label class="favorite-label"
0 commit comments