+
+
+
+
+
+
+
+
<%
# AddThis Button
@@ -107,6 +115,7 @@
<% end %>
diff --git a/app/helpers/blog_helper.rb b/app/helpers/blog_helper.rb index bb918f7..8ce05c2 100644 --- a/app/helpers/blog_helper.rb +++ b/app/helpers/blog_helper.rb @@ -28,12 +28,11 @@ module BlogHelper content << content_tag('div', display_post(i), :class => 'blog-post' + css_add, :id => "post-#{i.id}") end } - content.join("\n") + (pagination or '') + content.join("\n
> <%= number_of_comments(@page) %> @@ -116,4 +125,6 @@ <% end %>