This commit is contained in:
albert
2012-01-06 18:27:46 -05:00
parent 073ab8ee96
commit 19c6c8932f
3 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<% if @post_versions.empty? %>
<%= render "post_sets/blank" %>
<% else %>
<%= render"listing", :post_versions => @post_versions %>
<%= render "listing", :post_versions => @post_versions %>
<% end %>
</div>
</div>