You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

show_api_key.html.erb 158B

1234567
  1. <h2><%= l :label_api_access_key %></h2>
  2. <div class="box">
  3. <pre><%= @user.api_key %></pre>
  4. </div>
  5. <p><%= link_to l(:button_back), action: 'account' %></p>