Sha256: b25e18869636aff2286591aaff3c343cbe923741ec992fbabb1333874e3f53eb
Contents?: true
Size: 241 Bytes
Versions: 29
Compression:
Stored size: 241 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Forum</title> <%= stylesheet_link_tag 'forum/application', media: 'all' %> <%= javascript_include_tag 'forum/application' %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
29 entries across 29 versions & 1 rubygems