Sha256: 78ade1ec2562fdd1e3aae1c3d5a59142bb380f6d7a48ee05c3bf9b6fbf932e30
Contents?: true
Size: 1.26 KB
Versions: 45
Compression:
Stored size: 1.26 KB
Contents
<!DOCTYPE html> <html lang="<%= Organization.current.locale %>"> <head> <title><%= page_title subject %></title> <% unless input_kids? %> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <% end %> <meta name="description" content="<%= t :mumuki_short_description %>"/> <%= open_graph_tags subject %> <%= assets_include_tags %> <%= csrf_meta_tags %> <%= locale_tags %> <%= version_tags %> <%= login_form.header_html %> </head> <body> <% if should_choose_organization? %> <%= render partial: 'layouts/organization_chooser' %> <% end %> <%= yield :navbar %> <div class="<%= exercise_container_type %><%= @kids ? '-fluid' : '' %>" id="wrap"> <div id="toast-container" class="toast-bottom-left"> <% if notice %> <div class="alert toast toast-success" role="alert"> <%= notice.html_safe %> <button type="button" class="close" data-dismiss="alert">×</button> </div> <% elsif alert %> <div class="alert toast toast-error" role="alert"> <%= alert.html_safe %> <button type="button" class="close" data-dismiss="alert">×</button> </div> <% end %> </div> <%= yield %> </div> <%= yield :no_container %> <%= yield :footer %> </body> </html>
Version data entries
45 entries across 45 versions & 1 rubygems