summaryrefslogtreecommitdiff
path: root/app/views/pms/_form.html.erb
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-26 20:57:21 -0400
committernfoy <nfoy@purdue.edu>2014-04-26 20:57:21 -0400
commit00f3d70445d7cae0976ec9794e555c52a1765b24 (patch)
tree7a89dcf1466ad8b2fd3df587f1807ba9dfc08468 /app/views/pms/_form.html.erb
parentd5e4ac14fc51631f5cd77ba4226ba5911ffe7e37 (diff)
Messages is working (besides default permissions)!
Diffstat (limited to 'app/views/pms/_form.html.erb')
-rw-r--r--app/views/pms/_form.html.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/pms/_form.html.erb b/app/views/pms/_form.html.erb
index a885e27..b329e24 100644
--- a/app/views/pms/_form.html.erb
+++ b/app/views/pms/_form.html.erb
@@ -23,14 +23,6 @@
<%= f.label :message %><br>
<%= f.text_area :message %>
</div>
- <div class="field">
- <%= f.label :subject %><br>
- <%= f.text_area :subject %>
- </div>
- <div class="field">
- <%= f.label :conversation_id %><br>
- <%= f.text_field :conversation_id %>
- </div>
<div class="actions">
<%= f.submit %>
</div>