Skip to content

Commit

Permalink
update homepage to show 10 lastest
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Apr 26, 2009
1 parent 93620c2 commit 4427276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/home_helper.rb
Expand Up @@ -6,7 +6,7 @@ def recent_subscriptions
sorted.each do |fn|
subs << File.open(fn, 'rb') { |f| Marshal.load(f) } rescue []
end
subs.reverse[0...5]
subs.reverse[0...10]
end

end

0 comments on commit 4427276

Please sign in to comment.