Skip to content

Commit

Permalink
Add ByAt links to tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Aug 9, 2024
1 parent 2ab953b commit 8f663c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/UnisonShare/Page/ProjectTicketPage.elm
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,10 @@ detailedPageTitle appContext ticket =
PageTitle.title ticket.title
|> PageTitle.withLeftTitleText (TicketRef.toString ticket.ref)
|> PageTitle.withDescription_
(ByAt.view appContext.timeZone appContext.now byAt)
(byAt
|> ByAt.withToClick Link.userProfile
|> ByAt.view appContext.timeZone appContext.now
)
|> PageTitle.withRightSide rightSide


Expand Down

0 comments on commit 8f663c0

Please sign in to comment.