summaryrefslogtreecommitdiffstats
path: root/app/views/my/show_api_key.html.erb
blob: cea828927cf76e6006812c0c7c04b34d58bb162e (plain)
1
2
3
4
5
6
7
<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>