File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html >
2
+ < html lang =" en " >
3
3
< head >
4
+ < meta charset ="utf-8 " />
4
5
< title > Resque.</ title >
5
6
< link href ="<%= u 'reset.css' %> " media ="screen " rel ="stylesheet " type ="text/css ">
6
7
< link href ="<%= u 'style.css' %> " media ="screen " rel ="stylesheet " type ="text/css ">
7
- < script src ="<%= u 'jquery-1.3.2.min.js' %> " type ="text/javascript "</ script >
8
- < script src ="<%= u 'jquery.relatize_date.js' %> " type ="text/javascript "</ script >
8
+ < script src ="<%= u 'jquery-1.3.2.min.js' %> " type ="text/javascript "> </ script >
9
+ < script src ="<%= u 'jquery.relatize_date.js' %> " type ="text/javascript "> </ script >
9
10
< script src ="<%= u 'ranger.js' %> " type ="text/javascript "> </ script >
10
11
</ head >
11
12
< body >
Original file line number Diff line number Diff line change 18
18
<% host , pid , queues = worker . to_s . split ( ':' ) %>
19
19
< td > <%= host %> </ td >
20
20
< td > <%= pid %> </ td >
21
- < td > < span class ="time "> <%= worker . started %> </ a > </ td >
21
+ < td > < span class ="time "> <%= worker . started %> </ span > </ td >
22
22
< td class ='queues '> <%= queues . split ( ',' ) . map { |q | '<a class="queue-tag" href="' + u ( "/queues/#{ q } " ) + '">' + q + '</a>' } . join ( '' ) %> </ td >
23
23
< td > <%= worker . processed %> </ td >
24
24
< td > <%= worker . failed %> </ td >
You can’t perform that action at this time.
0 commit comments