summaryrefslogtreecommitdiff
path: root/app/views/pms/_form.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-26 21:12:06 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-26 21:12:06 -0400
commit2c1e5ab5e7b20dabec9ddb9b34e0cf534afc6d06 (patch)
treec47e8dbc1f4c80ef9bd4531fd7f0de3f0e30c9ca /app/views/pms/_form.html.erb
parentedb9e6a59459b42acb8dc751044d51c70e81429c (diff)
parentf156d56096e08254a249304b68ae0cb433ef9db3 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
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>