Skip to content

Commit 802baf5

Browse files
Ability to add/show/update tags (cost type)
1 parent f513893 commit 802baf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/tabs/cost/detail/cost-detail.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<Label class="date-label"
2525
[text]="cost.changesDate"></Label>
2626
</FlexboxLayout>
27-
<Label class="tag-item small-tag-item"
27+
<Label [nsRouterLink]="['/cost-edit', cost.id]"
28+
class="tag-item small-tag-item"
2829
[text]="cost.type"></Label>
2930

3031
<Label class="favorite-label"

0 commit comments

Comments
 (0)