show_api_key.html.erb
10 lines
| 161 B
| text/plain
|
TextLexer
|
r13951 | <h2><%= l :label_api_access_key %></h2> | ||
<div class="box"> | ||||
<pre><%= @user.api_key %></pre> | ||||
</div> | ||||
<p><%= link_to l(:button_back), action: 'account' %></p> | ||||