From a4d1e9a81551dea9d8d57ba34b0f9bc7be6c9321 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Tue, 11 Feb 2020 17:40:08 +0100 Subject: Highlight URLs --- lib/waev_web/templates/exports/show.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/waev_web/templates/exports') diff --git a/lib/waev_web/templates/exports/show.html.eex b/lib/waev_web/templates/exports/show.html.eex index 9ac011e..6356804 100644 --- a/lib/waev_web/templates/exports/show.html.eex +++ b/lib/waev_web/templates/exports/show.html.eex @@ -26,7 +26,7 @@ <% _ -> %> <% end %> -
<%= message.text %>
+
<%= highlight_urls(message.text) %>
<%= message.date %>
-- cgit v1.2.3