Sha256: 6caf52f873e47a34496882982b2dd8bc53336bdbf5e9f0fb74a74c1c24117b1a

Contents?: true

Size: 494 Bytes

Versions: 10

Compression:

Stored size: 494 Bytes

Contents

<% if noscript %>
  <noscript>
<% end %>
  <div id="captcha_widget">
    <% if error %>
      <div id="captcha_error"><%= error %></div>
    <% end %>
    <div id="captcha_image">
      <img src="<%= captcha[:url] %>" />
    </div>
    <input type="text" id="captcha_response_field" name="captcha_response_field" placeholder="Введите цифры" />
    <input type="hidden" name="captcha_response_id" value="<%= captcha[:captcha] %>" />
  </div>
<% if noscript %>
  </noscript>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
yandex_captcha-0.4.3.8 app/views/yandex_captcha/_captcha.html.erb
yandex_captcha-0.4.3.7 app/views/yandex_captcha/_captcha.html.erb
yandex_captcha-0.4.3.6 app/views/yandex_captcha/_captcha.html.erb
yandex_captcha-0.4.3.5 app/views/yandex_captcha/_captcha.html.erb
yandex_captcha-0.4.3.4 app/views/yandex_captcha/_captcha.html.erb
yandex_captcha-0.4.3.3 app/views/yandex_captcha/_captcha.html.erb
yandex_captcha-0.4.3.1 app/views/yandex_captcha/_captcha.html.erb
yandex_captcha-0.4.3 app/views/yandex_captcha/_captcha.html.erb
yandex_captcha-0.4.1 app/views/yandex_captcha/_captcha.html.erb
yandex_captcha-0.4.0 app/views/yandex_captcha/_captcha.html.erb