Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feed page Time translates to users local time instead of english
Browse files Browse the repository at this point in the history
Carbrex committed Jan 5, 2024
1 parent c465ada commit 072fbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dailyFeed.scala
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ object dailyFeed:
marker(update.flair),
div(cls := "daily-feed__update__content")(
st.section(cls := "daily-feed__update__day")(
h2(a(href := s"#${update.id}")(showEnglishInstant(update.at))),
h2(a(href := s"#${update.id}")(showInstant(update.at))),
editor option frag(
a(
href := routes.DailyFeed.edit(update.id),

0 comments on commit 072fbe2

Please sign in to comment.