From 1934fc8832c702750b79ce787fced475d81821ad Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Sun, 26 Aug 2012 20:14:45 -0300 Subject: [PATCH] Slightly larger text field for API key --- plugins/anti_spam/views/anti_spam_plugin_admin/index.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/anti_spam/views/anti_spam_plugin_admin/index.rhtml b/plugins/anti_spam/views/anti_spam_plugin_admin/index.rhtml index 4112347..f43e047 100644 --- a/plugins/anti_spam/views/anti_spam_plugin_admin/index.rhtml +++ b/plugins/anti_spam/views/anti_spam_plugin_admin/index.rhtml @@ -4,7 +4,7 @@ <%= labelled_form_field _('Host'), f.text_field(:host) %> - <%= labelled_form_field _('API key'), f.text_field (:api_key) %> + <%= labelled_form_field _('API key'), f.text_field(:api_key, :size => 40) %> <% button_bar do %> <%= submit_button(:save, _('Save'), :cancel => {:controller => 'plugins', :action => 'index'}) %> -- libgit2 0.21.2