Sha256: 44a53b36257f1a696074c37aa7412c6e3b5a7496987f52cf123f7b2fe53c1bb2
Contents?: true
Size: 722 Bytes
Versions: 44
Compression:
Stored size: 722 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Thredded | <%= yield :thredded_page_title %></title> <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> <%= stylesheet_link_tag 'thredded', 'data-turbolinks-track': 'reload' %> <%= csrf_meta_tag %> <%= javascript_include_tag 'thredded', async: !Rails.application.config.assets.debug, defer: true, 'data-turbolinks-track': 'reload'%> <%== Gravatar.prefetch_dns %> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> </head> <body> <%= yield %> </body> </html>
Version data entries
44 entries across 44 versions & 2 rubygems