Author: <%= @pm.author.user_name %>

Recipient: <%= @pm.recipient.user_name %>

Message: <%= @pm.message %>

<%= link_to 'Edit', edit_pm_path(@pm) %> | <%= link_to 'Back', pms_path %>