finished dmails and favorites functional tests
This commit is contained in:
12
app/views/dmails/show.html.erb
Normal file
12
app/views/dmails/show.html.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="dmails">
|
||||
<div class="show">
|
||||
<div class="dmail">
|
||||
<h1><%= @dmail.title %></h1>
|
||||
<%= format_text(@dmail.body) %>
|
||||
<p>
|
||||
<%= link_to "Respond", new_dmail_path(:respond_to_id => @dmail) %>
|
||||
| <%= link_to "Forward", new_dmail_path(:respond_to_id => @dmail, :forward => true) %>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user