Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merged pull request resque#267.
  • Loading branch information
GitHub Merge Button committed Apr 20, 2011
2 parents 246a082 + e8ac456 commit bf84441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque/server/views/queues.erb
Expand Up @@ -4,7 +4,7 @@

<h1>Pending jobs on <span class='hl'><%= queue %></span></h1>
<form method="POST" action="<%=u "/queues/#{queue}/remove" %>" class='remove-queue'>
<input type='submit' name='' value='Remove Queue' />
<input type='submit' name='' value='Remove Queue' onclick='return confirm("Are you absolutely sure? This cannot be undone.");' />
</form>
<p class='sub'>Showing <%= start = params[:start].to_i %> to <%= start + 20 %> of <b><%=size = resque.size(queue)%></b> jobs</p>
<table class='jobs'>
Expand Down

0 comments on commit bf84441

Please sign in to comment.