summaryrefslogtreecommitdiff
path: root/app/views/pms/_form.html.erb
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-24 19:22:33 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-24 19:22:33 -0400
commitf14410d0e7ea249971265f3466ec246c62e6f3f5 (patch)
treee459190532683018c1bd24070fe01ad474c2ec08 /app/views/pms/_form.html.erb
parentb5cc531c9c5d2f7ab9066bbe732dad730cc063d9 (diff)
parent379cf06b33c672e01845c9c826ce58f8517059bd (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.erb12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/pms/_form.html.erb b/app/views/pms/_form.html.erb
index e9a7c08..a885e27 100644
--- a/app/views/pms/_form.html.erb
+++ b/app/views/pms/_form.html.erb
@@ -15,10 +15,22 @@
<%= 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 %>
</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>