OSDN Git Service

add files
[pettanr/pettanr.git] / app / views / system / auth_token.html.erb
1 <div>
2  <p class="notice"><%= notice %></p>
3  <p class="alert"><%= alert %></p>
4 </div>
5 authentication_token:<%= current_admin.authentication_token %>
6
7 <%= link_to 'generate token', :action => :create_token %>
8 <%= link_to 'delete token', :action => :delete_token %>