Recent actions

<% @undo_items.each do |undo_item| -%> <% end -%>
Date Description Action
<%= undo_item.created_at.strftime('%d %b, %Y') %> <%= undo_item.description %> <%= form_for(undo_item, :as => :undo_item, :url => enki.admin_undo_item_path(undo_item), :html => {:class => 'undo-item', :method => :post}) do |form| -%> <%= image_submit_tag("silk/arrow_undo.png", :alt => 'Undo') %> <% end -%>