Sha256: 018ce39250aea19a6df76d1fa284eb301f43df1457e1e951728b31a4c34913ae
Contents?: true
Size: 635 Bytes
Versions: 3
Compression:
Stored size: 635 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= Brightcontent.application_name %></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="noindex" /> <%= stylesheet_link_tag "brightcontent/brightcontent", :media => "all" %> <%= yield :head %> <%= csrf_meta_tags %> </head> <body data-editor-locale="<%=t('brightcontent.editor_locale')%>"> <%= render 'layouts/brightcontent/navbar' %> <div class="container"> <%= render 'layouts/brightcontent/content' %> </div> </div> <%= javascript_include_tag "brightcontent/brightcontent" %> <%= yield :bottom %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems