Skip to content

Commit

Permalink
Tweak headings
Browse files Browse the repository at this point in the history
  • Loading branch information
ono committed May 27, 2014
1 parent a9e4ac7 commit 757f883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/resque_cleaner/server/views/_stats.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<table class="class_list">
<tr>
<th><%= @type.capitalize %></th>
<th><%= @type.gsub('klass','class').capitalize %></th>
<th>Failed</th>
<th>In last 1 hour</th>
<th>In last 3 hours</th>
Expand Down
4 changes: 2 additions & 2 deletions lib/resque_cleaner/server/views/cleaner.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

<div class="cleaner">
<div class="title clearfix">
<h1>Job Classes Failed</h1>
<h1>Group by class</h1>
</div>

<% @type = 'klass' %>
<% @q = 'c' %>
<%= erb File.read(ResqueCleaner::Server.erb_path("_stats.erb")) %>

<div class="title clearfix">
<h1>Job Exceptions Failed</h1>
<h1>Group by exception</h1>
</div>
<% @type = 'exception' %>
<% @q = 'ex' %>
Expand Down

0 comments on commit 757f883

Please sign in to comment.