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

@@ -23,7 +23,7 @@
<%= link_to_user post_flag.creator %>
</td>
<% end %>
<td><%= format_text post_flag.reason %></td>
<td><%= format_text post_flag.reason, :ragel => true %></td>
<td><%= compact_time post_flag.updated_at %></td>
</tr>
<% end %>