Author | Recipient | Message | |||
---|---|---|---|---|---|
Inbox |
|||||
<%= pm.author.user_name %> | <%= pm.recipient.user_name %> | <%= pm.message %> | <%= link_to 'Show', pm %> | <%# link_to 'Edit', edit_pm_path(pm) %> | <%= link_to 'Delete', pm, method: :delete, data: { confirm: 'Are you sure (also deletes the author\'s copy)?' } %> | No New Messages |
<% end %>
Outbox |
|||||
<%= pm.author.user_name %> | <%= pm.recipient.user_name %> | <%= pm.message %> | <%= link_to 'Show', pm %> | <%# link_to 'Edit', edit_pm_path(pm) %> | <%= link_to 'Delete', pm, method: :delete, data: { confirm: 'Are you sure (also deletes the recipient\'s copy)?'} %> | No New Messages |
<% end %>
Conversations |
|||||
Inbox |
|||||
<%= message1.subject %> | <%= message1.body %> | <% end %> <% else %>No Messages |
<% end %>
|||
Outbox |
|||||
From | Subject | Body | <%= message1.subject %> | <%= message1.body %> | <% end %> <% else %>No Messages |
<% end %>