Sha256: 5c3ab06e9700f97d2640aca2ccdecdf78ef856fe63fd6f3d4c631ac57cf1d455

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, "Goldencobra"].compact.join(" | ") %></title>

  <% ActiveAdmin.application.stylesheets.each do |style| %>
    <%= stylesheet_link_tag style.path, style.options %>
  <% 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 & 1 rubygems

Version Path
goldencobra-1.4.0 app/views/layouts/goldencobra/active_admin_resque.html.erb
goldencobra-1.3.4 app/views/layouts/goldencobra/active_admin_resque.html.erb
goldencobra-1.2.8 app/views/layouts/goldencobra/active_admin_resque.html.erb
goldencobra-1.2.0 app/views/layouts/goldencobra/active_admin_resque.html.erb
goldencobra-1.1.0 app/views/layouts/goldencobra/active_admin_resque.html.erb
goldencobra-1.0.9.3 app/views/layouts/goldencobra/active_admin_resque.html.erb