enable ragel parser in more places

This commit is contained in:
r888888888
2016-07-25 13:42:04 -07:00
parent d46c6f67b8
commit 4cd6dfe884
10 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
<tr>
<td><%= PostPresenter.preview(post_appeal.post, :tags => "status:any") %></td>
<td><%= link_to_user post_appeal.creator %></td>
<td><%= format_text post_appeal.reason %></td>
<td><%= format_text post_appeal.reason, :ragel => true %></td>
<td><%= compact_time post_appeal.updated_at %></td>
<td><%= post_appeal.resolved? %></td>
</tr>