lib/resque/plugins/queue_priority/server/views/priorities.erb in resque-queue-priority-0.6.0 vs lib/resque/plugins/queue_priority/server/views/priorities.erb in resque-queue-priority-0.6.1

- old
+ new

@@ -1,10 +1,10 @@ <h1>Queue Priority</h1> <p class="intro"> The list below orders queue name patterns by the priority you wish them to be executed in. The "Fairly" option allows you to indicate you want the queues within that pattern space be selected in a fair (random) manner, i.e. like resque-fairly. The 'default' pattern must always exist, and matches against all queues that aren't in any of the other patterns. </p> -<form action="<%= url(:queuepriority) %>" method="POST" style="float:none; margin-top:10px"> +<form action="/queuepriority" method="POST" style="float:none; margin-top:10px"> <table class="priorities"> <tr> <th>Pattern</th> <th>Fairly</th> \ No newline at end of file