lib/resque/plugins/aps/server/views/aps_applications.erb in resque-aps-0.9.14 vs lib/resque/plugins/aps/server/views/aps_applications.erb in resque-aps-0.9.15

- old
+ new

@@ -12,10 +12,10 @@ <tr> <th>Application</th> <th>Notification Count</th> <th></th> </tr> - <% resque.aps_application_names(start, start+20).each do |application_name| %> + <% resque.aps_application_names(start, 20).each do |application_name| %> <tr> <td><a href="<%= url "aps/#{application_name}" %>"><%= application_name %></a></td> <td><%= resque.aps_notification_count_for_application(application_name) %></td> <td> <form action="<%= url "/aps/#{application_name}" %>" method="post"> \ No newline at end of file