summaryrefslogtreecommitdiff
path: root/app/views/pms/_form.html.erb
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-24 19:06:48 -0400
committertkimia <tkimia@purdue.edu>2014-04-24 19:06:48 -0400
commitafaf547a9685be8fd15c4496c3c1716e717b3fd7 (patch)
tree8c3e4c5b8a3accab6ec25dc956e27f37b44ccb8f /app/views/pms/_form.html.erb
parentc909eb46740a1daeaf8fac1d60d0e4539f01e342 (diff)
parent1b11684986136ee87da6242c3ba6aba5ef581510 (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.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 %>