Sha256: 19e0c4f6610e410feea35e823d325f9809be68dc033b3926f091569ce9407f6d
Contents?: true
Size: 1.26 KB
Versions: 5
Compression:
Stored size: 1.26 KB
Contents
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>delayed_job_admin</title> <style> /* http://meyerweb.com/eric/tools/css/reset */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0} body { margin:20px; } h1 { margin:20px 0; } p { margin:1em 0; } table { width: 100%; } th, td { padding:2px; border:1px solid #ccc; } .job-details { display:none; } .job-details td { padding: 0 1em; } .hover { background: #ddd; } </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> </head> <body> <h1>delayed_job_admin</h1> <%= yield %> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems