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 / null_settings.html.erb
100644 6 lines (5 sloc) 0.183 kb
1
2
3
4
5
6
<dl class="setform">
  <dt>
  <label><%= check_box_tag 'site[approve_comments]', "1", @site.approve_comments? %> Approve and publish all comments automatically.</label>
  </dt>
</dl>