Skip to content

Commit

Permalink
Hide ticket id
Browse files Browse the repository at this point in the history
  • Loading branch information
Headscracher committed Aug 30, 2024
1 parent f992a0b commit 6634cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/modules/home/duties/duty.jade
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ a.list-itemtype-ticket(
)

.list-itemtype-data-title
span.ticket-id(tg-bo-ref="duty.get('ref')")
//- span.ticket-id(tg-bo-ref="duty.get('ref')")
span.ticket-title
span.ticket-blocked(
ng-if="::vm.duty.get('is_blocked')"
Expand Down
2 changes: 1 addition & 1 deletion app/modules/profile/profile-favs/items/ticket.jade
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
svgTitleTranslate: "PROJECT.BLOCKED_PROJECT.BLOCKED"
)
.list-itemtype-data-title
span.ticket-id(tg-bo-ref="vm.item.get('ref')")
//- span.ticket-id(tg-bo-ref="vm.item.get('ref')")
a.ticket-title(
href="#"
ng-if="::vm.item.get('type') === 'epic'"
Expand Down

0 comments on commit 6634cd3

Please sign in to comment.