This commit is contained in:
Toks
2013-05-17 15:07:51 -04:00
parent c250501bc4
commit f2c4312f9f

View File

@@ -15,6 +15,7 @@
<th>From</th>
<th>To</th>
<th>Subject</th>
<th></th>
</tr>
</thead>
<tbody>
@@ -24,6 +25,9 @@
<td><%= link_to_user dmail.from %></td>
<td><%= link_to_user dmail.to %></td>
<td><%= link_to dmail.title, dmail_path(dmail) %></td>
<td>
<%= link_to "delete", dmail_path(dmail), :method => :delete, :confirm => "Are you sure you want to delete this Dmail?" %>
</td>
</tr>
<% end %>
</tbody>