Sha256: a95d7dacf98da4763b4c46e712680e12dfa0463954523178609bd2f46c470795
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Wechat Handler</title> <%= stylesheet_link_tag 'wechat/handler/application', media: 'all' %> <%= csrf_meta_tags %> </head> <body> <%= yield %> <%= javascript_include_tag 'wechat/handler/application' %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wechat-handler-2.1 | app/views/layouts/wechat/handler/application.html.erb |
wechat-handler-1.0 | app/views/layouts/wechat/handler/application.html.erb |