cirandas.net

ref: master

plugins/anti_spam/views/anti_spam_plugin_admin/index.html.erb


<%= _('AntiSpam settings')%>

<%= form_for(:settings) do |f| %> <%= labelled_form_field _('Host'), f.text_field(:host) %> <%= labelled_form_field _('API key'), f.text_field(:api_key, :size => 40) %> <%= button_bar do %> <%= submit_button(:save, c_('Save'), :cancel => {:controller => 'plugins', :action => 'index'}) %> <% end %> <% end %>