This commit is contained in:
albert
2013-03-18 17:12:44 -07:00
parent bd6c8a5e90
commit f5240d06fe
3 changed files with 6 additions and 2 deletions

View File

@@ -11,7 +11,9 @@
</ul>
<h3>Body</h3>
<%= format_text(@dmail.body) %>
<div class="prose">
<%= format_text(@dmail.body) %>
</div>
<p>
<%= link_to "Respond", new_dmail_path(:respond_to_id => @dmail) %>