OSDN Git Service

classname rename to module_name
[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 <div>
6 authentication_token:<%= current_admin.authentication_token %>
7 </div>
8
9 <div>
10   <% if current_admin.authentication_token %>
11     <%= link_to 'delete token', :action => :delete_token %>
12   <% else %>
13     <%= link_to 'generate token', :action => :create_token %>
14   <% end %>
15 </div>