refactoring views

This commit is contained in:
albert
2011-08-16 18:47:01 -04:00
parent c8067a4691
commit 24bf21540a
46 changed files with 244 additions and 298 deletions

View File

@@ -18,7 +18,7 @@ class PostSetPresenter < Presenter
html = "<div class='post-previews'>"
if posts.empty?
return template.render(:partial => "post_sets/blank")
return template.render("post_sets/blank")
end
posts.each do |post|