From 41b99b39816cc4edfb0e7936d004f054fd963d40 Mon Sep 17 00:00:00 2001 From: Michel Etienne Date: Tue, 15 Sep 2015 14:05:52 +0200 Subject: Mantis 38589 : cannot show or copy api-key --- app/views/api_keys/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/api_keys') 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 %> -- cgit v1.2.3