diff options
Diffstat (limited to 'app/views/pms/show.html.erb')
-rw-r--r-- | app/views/pms/show.html.erb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app/views/pms/show.html.erb b/app/views/pms/show.html.erb deleted file mode 100644 index 5ee483f..0000000 --- a/app/views/pms/show.html.erb +++ /dev/null @@ -1,19 +0,0 @@ -<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 %> |