Sha256: af3e63a668a8d7a32cec3cec10dc4b317295675d12b4fc5c906138f0b3f2b6b1
Contents?: true
Size: 737 Bytes
Versions: 10
Compression:
Stored size: 737 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <%= invisible_captcha_styles %> </head> <body> <h1>InvisibleCaptcha v<%= InvisibleCaptcha::VERSION %> - Demo</h1> <p> <%= link_to "Default settings", new_topic_path %> | <%= link_to "With visual honeypots", new_topic_path(context: "visual_honeypots") %> | <%= link_to "With timestamp disabled", new_topic_path(context: "timestamp_disabled") %> </p> <% flash.each do |key, value| %> <ul class="errors"> <li> <%= "[#{key.upcase}] #{value}" %> </li> </ul> <% end %> <%= yield %> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems