System notice: In light of the Debian OpenSSL security issue we've regenerated the server keys. See this thread for instructions and the new key fingerprints.

Commit 09fa09373a192d3659dc58b4ad97d26061fd8b82

FIXED: order events desc

Signed-off-by: David A. Cuadrado <krawek@gmail.com>

Commit diff

app/controllers/events_controller.rb

 
11class EventsController < ApplicationController
22 def index
3 @events = Event.paginate(:all, :order => "events.created_at asc",
3 @events = Event.paginate(:all, :order => "events.created_at desc",
44 :page => params[:page], :include => [:user])
55 @atom_auto_discovery_url = formatted_events_path(:atom)
66
toggle raw diff