Add the ability for a recipient to (logically) delete a message from
their INBOX so they no longer see it.
This commit is contained in:
parent
0d97737a7d
commit
f3bf0c8b14
7 changed files with 33 additions and 3 deletions
|
@ -11,6 +11,7 @@
|
|||
<th><%= t'message.inbox.date' %></th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
<%= render :partial => "message_summary", :collection => @user.messages %>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue