enable ragel parser in more places

This commit is contained in:
r888888888
2016-06-22 16:31:25 -07:00
parent 945a451ca2
commit a8812beae8
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<% if @artist.notes.present? && @artist.visible? %>
<div class="prose">
<%= format_text(@artist.notes) %>
<%= format_text(@artist.notes, :ragel => true) %>
</div>
<p><%= link_to "View wiki page", @artist.wiki_page %></p>