Sha256: b6650e5728a92fe4ae24eb1a8f79dce18af73246e09246d12df5f27356ce5f78
Contents?: true
Size: 261 Bytes
Versions: 2
Compression:
Stored size: 261 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>TinyCaptcha</title> <%= stylesheet_link_tag "tiny_captcha/application", media: "all" %> <%= javascript_include_tag "tiny_captcha/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tiny_captcha-0.0.3 | app/views/layouts/tiny_captcha/application.html.erb |
tiny_captcha-0.0.1 | app/views/layouts/tiny_captcha/application.html.erb |