Sha256: 22335aa1ef1bccc0cb43dfcc789af7868fcff7e8a910fd2971a3d1a31ca4970f
Contents?: true
Size: 741 Bytes
Versions: 4
Compression:
Stored size: 741 Bytes
Contents
<h1>Apple Push Notification Applications</h1> <p class='intro'> The list below contains the APN application queues. </p> <p class='sub'> Showing <%= start = params[:start].to_i %> to <%= start + 20 %> of <b><%=size = resque.aps_applications_count %></b> applications. </p> <table> <tr> <th></th> <th>Application</th> <th>Notification count</th> </tr> <% resque.aps_application_names(start, start+20).each do |application_name| %> <tr> <td><a href="<%= url "aps_applicatons/#{application_name}" %>"><%= application_name %></a></td> <td><%= resque.aps_notification_count_for_application(application_name) %></td> </tr> <% end %> </table> <%= partial :next_more, :start => start, :size => size %>
Version data entries
4 entries across 4 versions & 1 rubygems