diff --git a/lib/chiya_web/controllers/note_html/index.html.heex b/lib/chiya_web/controllers/note_html/index.html.heex index 4fd190c..3c16ec7 100644 --- a/lib/chiya_web/controllers/note_html/index.html.heex +++ b/lib/chiya_web/controllers/note_html/index.html.heex @@ -9,7 +9,7 @@ <.table id="notes" rows={@notes} row_click={&JS.navigate(~p"/admin/notes/#{&1}")}> <:col :let={note} label="Name"><%= note.name %> - <:col :let={note} label="Published at"><%= from_now(note.published_at) %> + <:col :let={note} label="Published at"><%= note.published_at %> <:col :let={note} label="Kind"><%= note.kind %> <:action :let={note}>