fixes #1497
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
<th>From</th>
|
<th>From</th>
|
||||||
<th>To</th>
|
<th>To</th>
|
||||||
<th>Subject</th>
|
<th>Subject</th>
|
||||||
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -24,6 +25,9 @@
|
|||||||
<td><%= link_to_user dmail.from %></td>
|
<td><%= link_to_user dmail.from %></td>
|
||||||
<td><%= link_to_user dmail.to %></td>
|
<td><%= link_to_user dmail.to %></td>
|
||||||
<td><%= link_to dmail.title, dmail_path(dmail) %></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>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user