Sha256: 8e06623c087cebb2f4c93bc2e9a246a506854db0cf90fa9cea61627f529ad594
Contents?: true
Size: 554 Bytes
Versions: 11
Compression:
Stored size: 554 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>DEMO</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag "application", media: "all" %> </head> <body> <div class="notice"><%= notice %></div> <div class="alert"><%= alert %></div> <div class=""> <%= link_to "内容审核", censor_bear.root_path, target: "_blank" %> <%= link_to "写评论", new_comment_path, target: "_blank" %> </div> <%= yield %> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems