Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #3 from bogdan/server_local_time
Show server local time in resque-web
  • Loading branch information
jonhyman committed Sep 27, 2012
2 parents a7d530b + f4bd394 commit c1c8954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/resque_scheduler/server/views/delayed.erb
Expand Up @@ -8,6 +8,7 @@

<p class='intro'>
This list below contains the timestamps for scheduled delayed jobs.
Server local time: <%= Time.now %>
</p>

<p class='sub'>
Expand Down Expand Up @@ -45,4 +46,4 @@
<% end %>
</table>

<%= partial :next_more, :start => start, :size => size %>
<%= partial :next_more, :start => start, :size => size %>
1 change: 1 addition & 0 deletions lib/resque_scheduler/server/views/scheduler.erb
Expand Up @@ -3,6 +3,7 @@
<p class='intro'>
The list below contains all scheduled jobs. Click &quot;Queue now&quot; to queue
a job immediately.
Server local time: <%= Time.now %>
</p>

<table>
Expand Down

0 comments on commit c1c8954

Please sign in to comment.