public
Fork of halorgium/mephisto
Description: A refactored Mephisto that has multiple spam detection engines.
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/francois/mephisto.git
mephisto / lib / mephisto / spam_detection_engines / defensio_settings.html.erb
100644 7 lines (6 sloc) 0.307 kb
1
2
3
4
5
6
7
<dl class="setform">
  <dt><label>Defensio API Key</label></dt>
  <dd><%= text_field_tag "site[spam_engine_options][defensio_key]", @options[:defensio_key] %></dd>
  <dt><label>Blog url</label></dt>
  <dd><%= text_field_tag "site[spam_engine_options][defensio_url]", @options[:defensio_url] %></dd>
</dl>