Sha256: 8c34db9d3fef2d81eed1a0dc697b0909c7bd68d1718a6771fedd79c0d7a69e1d

Contents?: true

Size: 264 Bytes

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
wechat-handler-0.1.2 app/views/layouts/wechat/handler/application.html.erb