/artist_commentary_versions: format commentary as dtext.
This commit is contained in:
@@ -32,11 +32,15 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<h3><%= h(commentary_version.original_title) %></h3>
|
<h3><%= h(commentary_version.original_title) %></h3>
|
||||||
<%= h(commentary_version.original_description) %>
|
<div class="prose">
|
||||||
|
<%= format_text(commentary_version.original_description) %>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<h3><%= h(commentary_version.translated_title) %></h3>
|
<h3><%= h(commentary_version.translated_title) %></h3>
|
||||||
<%= h(commentary_version.translated_description) %>
|
<div class="prose">
|
||||||
|
<%= format_text(commentary_version.translated_description) %>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<% if CurrentUser.is_moderator? %>
|
<% if CurrentUser.is_moderator? %>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user