aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/api_keys
diff options
context:
space:
mode:
authorMichel Etienne2015-09-15 14:05:52 +0200
committerMichel Etienne2015-09-15 14:05:52 +0200
commit41b99b39816cc4edfb0e7936d004f054fd963d40 (patch)
treea9107b9d91b9763ddaf33d8898c150a828e51c24 /app/views/api_keys
parentb76cda8e9ce414f666c51799d1665bf4d45f3049 (diff)
downloadchouette-core-41b99b39816cc4edfb0e7936d004f054fd963d40.tar.bz2
Mantis 38589 : cannot show or copy api-key
Diffstat (limited to 'app/views/api_keys')
-rw-r--r--app/views/api_keys/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/api_keys/_form.html.erb b/app/views/api_keys/_form.html.erb
index de3f9ad7e..0adff4155 100644
--- a/app/views/api_keys/_form.html.erb
+++ b/app/views/api_keys/_form.html.erb
@@ -2,7 +2,7 @@
<%= form.inputs do %>
<%= form.input :name %>
<% unless @api_key.new_record? %>
- <%= form.input :token, :input_html => { :disabled => true } %>
+ <%= form.input :token, :input_html => { :readonly => true } %>
<% end %>
<% end %>