Commit 1934fc8832c702750b79ce787fced475d81821ad
1 parent
14699f4b
Exists in
master
and in
29 other branches
Slightly larger text field for API key
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/anti_spam/views/anti_spam_plugin_admin/index.rhtml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | |
5 | 5 | <%= labelled_form_field _('Host'), f.text_field(:host) %> |
6 | 6 | |
7 | - <%= labelled_form_field _('API key'), f.text_field (:api_key) %> | |
7 | + <%= labelled_form_field _('API key'), f.text_field(:api_key, :size => 40) %> | |
8 | 8 | |
9 | 9 | <% button_bar do %> |
10 | 10 | <%= submit_button(:save, _('Save'), :cancel => {:controller => 'plugins', :action => 'index'}) %> | ... | ... |