Sha256: c82e500bba3c9944ccd0410f68d0e6138e463c54e7c94ca7dd2be8df6ac7f2ff

Contents?: true

Size: 470 Bytes

Versions: 11

Compression:

Stored size: 470 Bytes

Contents

<% @challenge = Antispam::Challenge.create %>
<div class="centerblock">
<h1>Human Challenge</h1>

<p>Please prove that you are human.</p>

<img src="/antispam/challenges/<%= @challenge.id %>.jpg" width="200" height="40">

<%= form_for @challenge do |f| %>
  <%= f.hidden_field :id, value: @challenge.id %>
  <%= f.text_field :answer, value: '' %>
  <%= submit_tag "Submit" %>
<% end %>

<% flash.each do |type, msg| %><div><%= msg %></div><% end %>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
antispam-0.3.3 app/views/antispam/validate/index.html.erb
antispam-0.3.2 app/views/antispam/validate/index.html.erb
antispam-0.3.1 app/views/antispam/validate/index.html.erb
antispam-0.3.0 app/views/antispam/validate/index.html.erb
antispam-0.2.11 app/views/antispam/validate/index.html.erb
antispam-0.2.10 app/views/antispam/validate/index.html.erb
antispam-0.2.8 app/views/antispam/validate/index.html.erb
antispam-0.2.6 app/views/antispam/validate/index.html.erb
antispam-0.2.5 app/views/antispam/validate/index.html.erb
antispam-0.2.4 app/views/antispam/validate/index.html.erb
antispam-0.2.3 app/views/antispam/validate/index.html.erb