X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/336a80530cb38c4b138493ef547961ea36b82ee3..d3314fee0f4a4031a893e0a93b5fa0f86b1613ed:/app/controllers/browse_controller.rb diff --git a/app/controllers/browse_controller.rb b/app/controllers/browse_controller.rb index b56e4f17e..a6c0e0ae2 100644 --- a/app/controllers/browse_controller.rb +++ b/app/controllers/browse_controller.rb @@ -2,7 +2,8 @@ class BrowseController < ApplicationController before_filter :authorize_web layout 'site' - def start + def start + @nodes = Node.find(:all, :order => "timestamp DESC", :limit=> 20) end def index @nodes = Node.find(:all, :order => "timestamp DESC", :limit=> 20)