Skip to content

Commit

Permalink
Merge pull request TryGhost#4789 from ErisDS/issue-4788-2
Browse files Browse the repository at this point in the history
Fixes post sort order
  • Loading branch information
jaswilli committed Jan 11, 2015
2 parents 1afd609 + 5ceb721 commit 64d2907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/templates/posts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</header>
{{#view "paginated-scroll-box" tagName="section" classNames="content-list-content js-content-scrollbox"}}
<ol class="posts-list">
{{#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"}}
<h3 class="entry-title">{{post.model.title}}</h3>
<section class="entry-meta">
Expand Down

0 comments on commit 64d2907

Please sign in to comment.