Remove ruby DText implementation (#3206).
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
<td>
|
||||
<h3><%= h(commentary.original_title) %></h3>
|
||||
<div class="prose">
|
||||
<%= format_text(commentary.original_description, :ragel => true) %>
|
||||
<%= format_text(commentary.original_description, :disable_mentions => true) %>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<h3><%= h(commentary.translated_title) %></h3>
|
||||
<div class="prose">
|
||||
<%= format_text(commentary.translated_description, :ragel => true) %>
|
||||
<%= format_text(commentary.translated_description, :disable_mentions => true) %>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user