fixes to dmail ui

This commit is contained in:
albert
2011-10-16 01:58:16 -04:00
parent a7267cf00b
commit 1e49a00150
14 changed files with 40 additions and 24 deletions

View File

@@ -1,7 +1,8 @@
<div class="c-dmails">
<div class="a-show">
<div class="dmail">
<h1><%= @dmail.title %></h1>
<h1>Show Message</h1>
<h2><%= @dmail.title %></h2>
<%= format_text(@dmail.body) %>
<p>
@@ -11,3 +12,5 @@
</div>
</div>
</div>
<%= render "secondary_links" %>