summaryrefslogtreecommitdiff
path: root/app/views/sessions/show.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/show.html.erb
parentf9a4ee4e998f5f113565a93802c041108e9a180d (diff)
Move things around between users and sessions
Diffstat (limited to 'app/views/sessions/show.html.erb')
-rw-r--r--app/views/sessions/show.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/sessions/show.html.erb b/app/views/sessions/show.html.erb
index 5176869..230e6bd 100644
--- a/app/views/sessions/show.html.erb
+++ b/app/views/sessions/show.html.erb
@@ -5,5 +5,10 @@
<%= @session.user %>
</p>
+<p>
+ <strong>Token:</strong>
+ <%= @session.token %>
+</p>
+
<%= link_to 'Edit', edit_session_path(@session) %> |
<%= link_to 'Back', sessions_path %>