vidpush/app/views/accounts/show.html.erb

8 lines
132 B
Plaintext
Raw Normal View History

2014-05-14 18:01:19 +00:00
<h1><%= @user.email %></h1>
2014-05-14 18:51:28 +00:00
<% if admin_signed_in? %>
<h2>Token</h2>
<p> <%= @user.authentication_token %> </p>
<% end %>