temp disable ragel for art commentary listing
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user