<%= auto_discovery_link_tag(:rss, {:controller => 'feed', :action => 'rss', :id => @session[:user][:id]},{:title => "#{@user.name}'s account activity'"}) %>
<%= start_bubble_wrap("blue","black") %>Payment Logs<%= end_bubble_wrap("blue","black") %> <%= start_bubble_wrap("light_blue","black") %> Last 40 things that happened to your account
<% counter = 1 %> <% @activity.each do |event| %> <% if counter == 2 %> <% else %> <% end %> <%= payment_row(event) %> <% if counter == 2 %> <% counter = 1 %> <% else %> <% counter = 2 %> <% end %> <% end %>
Event Amount Player When
<%= end_bubble_wrap("light_blue","black") %>