diff options
Diffstat (limited to 'app/views/api_keys')
| -rw-r--r-- | app/views/api_keys/_form.html.erb | 2 |
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 %> |
