#2093: Parse dtext

This commit is contained in:
Toks
2014-01-22 20:06:05 -05:00
parent dae68a9807
commit d49571226c

View File

@@ -4,7 +4,7 @@
<p><%= h @dmail.from.name %> said:</p> <p><%= h @dmail.from.name %> said:</p>
<div> <div>
<%= h @dmail.body %> <%= format_text(@dmail.body) %>
</div> </div>
<p><%= link_to "View message", dmail_path(@dmail, :host => Danbooru.config.hostname, :only_path => false) %></p> <p><%= link_to "View message", dmail_path(@dmail, :host => Danbooru.config.hostname, :only_path => false) %></p>