Sha256: 95d438dc78ee6058830fda7c9699de2dfe7282ee74368a7d9b2a5fa3fe13d60b
Contents?: true
Size: 1.03 KB
Versions: 8
Compression:
Stored size: 1.03 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Background Jobs - BackgroundFu</title> <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.5.0/build/reset-fonts-grids/reset-fonts-grids.css"> <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.5.0/build/base/base-min.css"> <style type="text/css"> #custom-doc { width: 90%; min-width: 250px; } </style> <%= javascript_include_tag :defaults %> <%= stylesheet_link_tag 'background_fu' %> </head> <body> <div id="custom-doc" class="yui-t7"> <div id="hd"><h1>BackgroundFu Jobs</h1></div> <div id="bd"><div class="yui-g"> <%= yield %> </div></div> <div id="ft" style="text-align: center;"><a href="http://github.com/ncr/background-fu/">BackgroundFu</a> Running Background Jobs Made Dead Simple <a href="http://en.trix.pl">Jacek Becela</a> 2008 </div> </div> </body> </html>
Version data entries
8 entries across 8 versions & 2 rubygems