From 5ceb721fa4ebd96b43bd5fd5de7073017904d0e8 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Sun, 11 Jan 2015 16:46:43 +0000 Subject: [PATCH] Fixes post sort order fixes #4788 --- core/client/templates/posts.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/client/templates/posts.hbs b/core/client/templates/posts.hbs index f4c82ea2f0..df6e65333a 100644 --- a/core/client/templates/posts.hbs +++ b/core/client/templates/posts.hbs @@ -13,7 +13,7 @@ {{#view "paginated-scroll-box" tagName="section" classNames="content-list-content js-content-scrollbox"}}
    - {{#each post in model itemController="posts/post" itemView="post-item-view" itemTagName="li"}} + {{#each post in controller itemController="posts/post" itemView="post-item-view" itemTagName="li"}} {{#link-to "posts.post" post class="permalink" alternateActive=view.active title="Edit this post"}}

    {{post.model.title}}