aboutsummaryrefslogtreecommitdiff
path: root/lib/waev_web/templates/exports/show.html.eex
diff options
context:
space:
mode:
authorGuillermo Ramos2020-02-11 17:40:08 +0100
committerGuillermo Ramos2020-02-11 17:40:08 +0100
commita4d1e9a81551dea9d8d57ba34b0f9bc7be6c9321 (patch)
tree4df6ac1360985d9b178f3ce42e70070e115ec9d9 /lib/waev_web/templates/exports/show.html.eex
parentabad279fd6247b81e04efd9110ffe221bb096708 (diff)
downloadwaev-a4d1e9a81551dea9d8d57ba34b0f9bc7be6c9321.tar.gz
Highlight URLs
Diffstat (limited to 'lib/waev_web/templates/exports/show.html.eex')
-rw-r--r--lib/waev_web/templates/exports/show.html.eex2
1 files changed, 1 insertions, 1 deletions
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 %>
- <div><%= message.text %></div>
+ <div><%= highlight_urls(message.text) %></div>
<div class="message-date">
<%= message.date %>
</div>