<%= notice %>

Author: <%= @pm.author %>

Recipient: <%= @pm.recipient %>

Message: <%= @pm.message %>

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