Sha256: 43a40f25fc39e7cfc4e1611c0db4e9bfa7c4e120e668ee02d4f7adf6023cfd9b
Contents?: true
Size: 267 Bytes
Versions: 9
Compression:
Stored size: 267 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>RailsCaptcha</title> <%= stylesheet_link_tag "rails_captcha/application", :media => "all" %> <%= javascript_include_tag "rails_captcha/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems