diff options
author | Guillermo Ramos | 2020-02-11 17:40:08 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-11 17:40:08 +0100 |
commit | a4d1e9a81551dea9d8d57ba34b0f9bc7be6c9321 (patch) | |
tree | 4df6ac1360985d9b178f3ce42e70070e115ec9d9 /lib/waev_web/templates/exports/show.html.eex | |
parent | abad279fd6247b81e04efd9110ffe221bb096708 (diff) | |
download | waev-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.eex | 2 |
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> |