Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
7
app/views/my/show_api_key.html.erb
Normal file
7
app/views/my/show_api_key.html.erb
Normal file
|
@ -0,0 +1,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>
|
Loading…
Add table
Add a link
Reference in a new issue