logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: e465a4894738a7569b8b97155e63c0826c57b57a
parent d1c7b5808ad3da6d0725ab140426f96f62f20b4a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 28 Apr 2020 06:26:18 +0200

_notice.html.eex: fixup

Diffstat:

Mlib/pleroma/web/templates/static_fe/static_fe/_notice.html.eex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/templates/static_fe/static_fe/_notice.html.eex b/lib/pleroma/web/templates/static_fe/static_fe/_notice.html.eex @@ -2,7 +2,7 @@ <p class="pull-right"> <a class="activity-link u-url u-uid" href="<%= @link %>"> <time class="dt-published" datetime="<%= @published %>"> - <%= format_date(@published) %> + <%= @published %> </time> </a> </p>