Pool History: <%= h(@pool.pretty_name) %>

<% @updates.each_with_index do |update, i| %> <% end %>
Post Count Changes Updater IP Address Date
<%= link_to update.post_count, :action => "show_historical", :id => update.id %> <%= pool_update_diff(@updates, i) %> <%= link_to update.updater_name, :controller => "user", :action => "show", :id => update.user_id %> <% if @current_user.is_admin? %> <%= h update.ip_addr %> <% end %> <%= update.created_at.strftime("%Y-%m-%d %H:%M") %> <%= link_to "Revert", :action => "revert", :id => update.id %>
<%= will_paginate(@updates) %>
<% content_for("footer") do %>
  • |
  • <%= link_to "Show", :action => "show", :id => params[:id] %>
  • <%= link_to "Edit", :action => "update", :id => params[:id] %>
  • <%= link_to "Delete", :action => "destroy", :id => params[:id] %>
  • <%= link_to "Order", :action => "order", :id => params[:id] %>
  • <%= link_to "Import", :action => "import", :id => params[:id] %>
  • <%= link_to "History", :action => "history", :id => params[:id] %>
  • <% end %> <%= render :partial => "footer" %>