diff options
| author | Michel Etienne | 2015-09-15 14:05:52 +0200 |
|---|---|---|
| committer | Michel Etienne | 2015-09-15 14:05:52 +0200 |
| commit | 41b99b39816cc4edfb0e7936d004f054fd963d40 (patch) | |
| tree | a9107b9d91b9763ddaf33d8898c150a828e51c24 /app/views/api_keys | |
| parent | b76cda8e9ce414f666c51799d1665bf4d45f3049 (diff) | |
| download | chouette-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.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 %> |
