summaryrefslogtreecommitdiff
path: root/app/views/pms/_form.html.erb
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-22 22:43:59 -0400
committernfoy <nfoy@purdue.edu>2014-04-22 22:43:59 -0400
commitd53c2b7971388026be5c42cd833f7e16781f2c18 (patch)
tree90e5946dc5dbdad4cc60d954e1c6642cc3c64d16 /app/views/pms/_form.html.erb
parentfede678430be34f854bcf7e39c29d5e5ecea929b (diff)
Figured out mailboxer for sending pms and updated individual message view.
Diffstat (limited to 'app/views/pms/_form.html.erb')
-rw-r--r--app/views/pms/_form.html.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/pms/_form.html.erb b/app/views/pms/_form.html.erb
index 480e308..e9a7c08 100644
--- a/app/views/pms/_form.html.erb
+++ b/app/views/pms/_form.html.erb
@@ -12,10 +12,6 @@
<% end %>
<div class="field">
- <%= f.label :author_id %><br>
- <%= f.text_field :author_id %>
- </div>
- <div class="field">
<%= f.label :recipient_id %><br>
<%= f.text_field :recipient_id %>
</div>