temp disable ragel for art commentary listing

This commit is contained in:
r888888888
2016-08-30 14:48:20 -07:00
parent 929d6e7ec5
commit 4a56ead3bf

View File

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