Sha256: 40714533f1ec3150e7e36899d51a5024a13bbbc7421f773d9d2fd30ccca9d279

Contents?: true

Size: 500 Bytes

Versions: 12

Compression:

Stored size: 500 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' %>
    <%= csrf_meta_tag %>
    <%= javascript_include_tag 'thredded' %>
    <%== Gravatar.prefetch_dns %>
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  </head>
  <body>
    <%= yield %>
  </body>
</html>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
thredded-0.7.0 app/views/layouts/thredded/application.html.erb
thredded-0.6.3 app/views/layouts/thredded/application.html.erb
thredded-0.6.2 app/views/layouts/thredded/application.html.erb
thredded-0.6.1 app/views/layouts/thredded/application.html.erb
thredded-0.6.0 app/views/layouts/thredded/application.html.erb
thredded-0.5.1 app/views/layouts/thredded/application.html.erb
thredded-0.5.0 app/views/layouts/thredded/application.html.erb
thredded-0.4.0 app/views/layouts/thredded/application.html.erb
thredded-0.3.2 app/views/layouts/thredded/application.html.erb
thredded-0.3.1 app/views/layouts/thredded/application.html.erb
thredded-0.3.0 app/views/layouts/thredded/application.html.erb
thredded-0.2.2 app/views/layouts/thredded/application.html.erb