diff --git a/app/views/home/_discuss.html.haml b/app/views/home/_discuss.html.haml
index 9159cde46..9ffc6b502 100644
--- a/app/views/home/_discuss.html.haml
+++ b/app/views/home/_discuss.html.haml
@@ -5,7 +5,7 @@
= render partial: "posts/summary", locals: { posts: posts, howmany: 6 }
- cache cache_key_for(Forum) do
- - forums = Forum.all
+ - forums = Forum.all.order(:name)
- if forums
%ul.list-inline
%li