From 4681812607bc16361f8a6bd674dbdd4cf870c19b Mon Sep 17 00:00:00 2001 From: evazion Date: Sun, 25 Jun 2017 10:28:46 -0500 Subject: [PATCH] /artist_commentary_versions: format commentary as dtext. --- app/views/artist_commentary_versions/index.html.erb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/views/artist_commentary_versions/index.html.erb b/app/views/artist_commentary_versions/index.html.erb index 271026055..4f8c20534 100644 --- a/app/views/artist_commentary_versions/index.html.erb +++ b/app/views/artist_commentary_versions/index.html.erb @@ -32,11 +32,15 @@

<%= h(commentary_version.original_title) %>

- <%= h(commentary_version.original_description) %> +
+ <%= format_text(commentary_version.original_description) %> +

<%= h(commentary_version.translated_title) %>

- <%= h(commentary_version.translated_description) %> +
+ <%= format_text(commentary_version.translated_description) %> +
<% if CurrentUser.is_moderator? %>