@@ -15,6 +15,7 | |||
|
15 | 15 | (<%= link_to l(:button_reset), {:action => 'reset_rss_key'}, :method => :post %>) |
|
16 | 16 | </p> |
|
17 | 17 | |
|
18 | <% if Setting.rest_api_enabled? %> | |
|
18 | 19 | <h4><%= l(:label_api_access_key) %></h4> |
|
19 | 20 | <p> |
|
20 | 21 | <% if @user.api_token %> |
@@ -24,3 +25,4 | |||
|
24 | 25 | <% end %> |
|
25 | 26 | (<%= link_to l(:button_reset), {:action => 'reset_api_key'}, :method => :post %>) |
|
26 | 27 | </p> |
|
28 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now