Sha256: a88b1c32de02fd9de0c61d36d516ac86baedf90eb2865d7438274897bd16230f
Contents?: true
Size: 879 Bytes
Versions: 6
Compression:
Stored size: 879 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title><%= [@page_title, active_admin_application.site_title].compact.join(" | ") %></title> <% ActiveAdmin.application.stylesheets.each do |path| %> <%= stylesheet_link_tag path %> <% end %> <% ActiveAdmin.application.javascripts.each do |path| %> <%= javascript_include_tag path %> <% end %> <%= csrf_meta_tag %> </head> <body class="logged_out <%= controller.action_name %>"> <div id="wrapper"> <div id="content_wrapper"> <% if flash.keys.any? %> <% flash.each do |type, message| %> <%= content_tag :div, message, :class => "flash flash_#{type}" %> <% end %> <% end %> <div id="active_admin_content"> <%= yield %> </div> </div> <div id="footer"> <%= yield :footer %> </div> </div> </body> </html>
Version data entries
6 entries across 6 versions & 2 rubygems