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

@@ -14,7 +14,7 @@
<tr>
<td><%= compact_time mod_action.created_at %></td>
<td><%= link_to_user mod_action.creator %></td>
<td><%= format_text(mod_action.description) %></td>
<td><%= format_text(mod_action.description, :ragel => true) %></td>
</tr>
<% end %>
</tbody>