Sha256: 37e045d88be70a8afea6669432a7f1b5d8162b7122f40cfa6402edf0dd05ad96

Contents?: true

Size: 1.22 KB

Versions: 13

Compression:

Stored size: 1.22 KB

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Resque.</title>
    <%= javascript_include_tag "resque/jquery-1.3.2.min.js", "resque/jquery.relatize_date.js", "resque/ranger.js" %>
    <%= yield :javascript %>
    <%= stylesheet_link_tag "resque/resque_reset", :media=>"screen" %>
    <%= stylesheet_link_tag "resque/resque", :media=>"screen" %>
    <%= stylesheet_link_tag "resque_cleaner/cleaner", :media=>"screen" %>
    <%= yield :stylesheets %>
  </head>
  <body>
    <div class="header">
      <ul class='nav'>
        <li><%=link_to("Home",url_for('/'))%></li>
        <% Resque::Server.tabs.each do |name| -%>
        <%= tab name -%>
        <%end-%>
      </ul>
    </div>

    <% if @subtabs %>
      <ul class='subnav'>
        <% for subtab in @subtabs %>
          <li <%= class_if_current "#{current_section}/#{subtab}" %>><%= link_to(subtab, :action => current_section, :id => subtab) %> </li>
        <% end %>
      </ul>
    <% end %>

    <div id="main">
      <%= yield %>
    </div>

    <div id="footer">
      <p>Powered by <a href="http://github.com/defunkt/resque">Resque</a> v<%=Resque::Version%></p>
      <p>Connected to Redis namespace <%= Resque.redis.namespace %> on <%=Resque.redis_id%></p>
    </div>

  </body>
</html>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
resque_ui-3.2.4 app/views/layouts/resque.html.erb
resque_ui-3.2.3 app/views/layouts/resque.html.erb
resque_ui-3.2.2 app/views/layouts/resque.html.erb
resque_ui-3.2.1 app/views/layouts/resque.html.erb
resque_ui-3.2.0 app/views/layouts/resque.html.erb
resque_ui-3.1.7 app/views/layouts/resque.html.erb
resque_ui-3.1.6 app/views/layouts/resque.html.erb
resque_ui-3.1.5 app/views/layouts/resque.html.erb
resque_ui-3.1.4 app/views/layouts/resque.html.erb
resque_ui-3.1.3 app/views/layouts/resque.html.erb
resque_ui-3.1.2 app/views/layouts/resque.html.erb
resque_ui-3.1.1 app/views/layouts/resque.html.erb
resque_ui-3.1.0 app/views/layouts/resque.html.erb