summaryrefslogtreecommitdiff
path: root/app/views/pms/_form.html.erb
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-24 19:03:36 -0400
committernfoy <nfoy@purdue.edu>2014-04-24 19:03:36 -0400
commit9823642115ef52f0a21b9466cef412098a124f3d (patch)
tree0710fd0910f9a0b2c23cfff24c9c3e6422d9c8b3 /app/views/pms/_form.html.erb
parent62780a89fb04e1d96c3bbc8c8dd2db9efdc656f1 (diff)
Mailboxer progress without generate changes.
Diffstat (limited to 'app/views/pms/_form.html.erb')
-rw-r--r--app/views/pms/_form.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/pms/_form.html.erb b/app/views/pms/_form.html.erb
index e9a7c08..b329e24 100644
--- a/app/views/pms/_form.html.erb
+++ b/app/views/pms/_form.html.erb
@@ -15,6 +15,10 @@
<%= f.label :recipient_id %><br>
<%= f.text_field :recipient_id %>
</div>
+ <div class="field">
+ <%= f.label :subject %><br>
+ <%= f.text_field :subject %>
+ </div>
<div class="field">
<%= f.label :message %><br>
<%= f.text_area :message %>