views
This commit is contained in:
5
app/views/dmails/_sent.html.erb
Normal file
5
app/views/dmails/_sent.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<tr>
|
||||
<td><%= link_to dmail.to_name, user_path(dmail.from) %></td>
|
||||
<td><%= link_to dmail.title, dmail_path(dmail) %></td>
|
||||
<td><%= compact_time(dmail.created_at) %></td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user