Sha256: 983b0e299c8acdbc471d9c5abcf298f664e04bf9f11d7d6ffba31fcfba748e19
Contents?: true
Size: 226 Bytes
Versions: 2
Compression:
Stored size: 226 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Beta feature</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag "beta_feature/application", media: "all" %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
beta_feature-0.2.1 | app/views/layouts/beta_feature/application.html.erb |
beta_feature-0.2.0 | app/views/layouts/beta_feature/application.html.erb |