<% $apps.each_with_index { |app, index| %>
<% if (index == 0) then %>
<% else %>
<% end %>
id |
pid |
app |
message |
created time |
<% @p["#{index}".to_i].each { |x| %>
<%= x.id %> |
<%= x.pid %> |
<%= x.app %> |
<%= x.message %> |
<%= x.created_at %> |
<% } %>
<% } %>