From 107f1f65c93cbe118a69e76514327c4862c7d51d Mon Sep 17 00:00:00 2001 From: nfoy Date: Wed, 23 Apr 2014 22:52:58 -0400 Subject: More mailboxer progress --- app/views/pms/show.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/views/pms/show.html.erb') diff --git a/app/views/pms/show.html.erb b/app/views/pms/show.html.erb index 595afce..cfaf00d 100644 --- a/app/views/pms/show.html.erb +++ b/app/views/pms/show.html.erb @@ -1,17 +1,17 @@

Author: - <%= @pm.author.user_name %> + <%= @conversation.last_sender.user_name %>

Recipient: - <%= @pm.recipient.user_name %> + <%#@pm.recipient.user_name %>

Message: - <%= @pm.message %> + <%# @pm.message %>

-<%= link_to 'Edit', edit_pm_path(@pm) %> | +<%# link_to 'Edit', edit_pm_path(@pm) %> | <%= link_to 'Back', pms_path %> -- cgit v1.2.3