enable ragel parser in more places

This commit is contained in:
r888888888
2016-06-22 16:31:25 -07:00
parent 945a451ca2
commit a8812beae8
4 changed files with 5 additions and 5 deletions

View File

@@ -17,13 +17,13 @@
<td>
<h3><%= h(commentary.original_title) %></h3>
<div class="prose">
<%= format_text(commentary.original_description) %>
<%= format_text(commentary.original_description, :ragel => true) %>
</div>
</td>
<td>
<h3><%= h(commentary.translated_title) %></h3>
<div class="prose">
<%= format_text(commentary.translated_description) %>
<%= format_text(commentary.translated_description, :ragel => true) %>
</div>
</td>
</tr>