summaryrefslogtreecommitdiff
path: root/app/views/sessions/_form.html.erb
diff options
context:
space:
mode:
authorshumakl <shumakl@purdue.edu>2014-04-03 11:19:10 -0400
committershumakl <shumakl@purdue.edu>2014-04-03 11:19:10 -0400
commitef22599880973aae8464bacb82e3a04d6277bc43 (patch)
tree92de5c3e91d83da6a8b473277c09dca2f6f21ed4 /app/views/sessions/_form.html.erb
parentf9a4ee4e998f5f113565a93802c041108e9a180d (diff)
Move things around between users and sessions
Diffstat (limited to 'app/views/sessions/_form.html.erb')
-rw-r--r--app/views/sessions/_form.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/sessions/_form.html.erb b/app/views/sessions/_form.html.erb
index 1b94e77..90ad0ad 100644
--- a/app/views/sessions/_form.html.erb
+++ b/app/views/sessions/_form.html.erb
@@ -15,6 +15,10 @@
<%= f.label :user_id %><br>
<%= f.text_field :user_id %>
</div>
+ <div class="field">
+ <%= f.label :token %><br>
+ <%= f.text_field :token %>
+ </div>
<div class="actions">
<%= f.submit %>
</div>