Sha256: 6c8f8f4ff955646f85a7d0b190ffb180480e1a44c04b951b156eb18fb66a2f64
Contents?: true
Size: 785 Bytes
Versions: 7
Compression:
Stored size: 785 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 %> <%= csp_meta_tag if Thredded.rails_supports_csp_nonce? %> <%= 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
7 entries across 7 versions & 1 rubygems