summaryrefslogtreecommitdiff
path: root/app/views/pms/show.html.erb
blob: 5ee483f3ca7ed3f01abda132d4df9f9eff6f9d38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<p id="notice"><%= notice %></p>

<p>
  <strong>Author:</strong>
  <%= @pm.author %>
</p>

<p>
  <strong>Recipient:</strong>
  <%= @pm.recipient %>
</p>

<p>
  <strong>Message:</strong>
  <%= @pm.message %>
</p>

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