From f483f5978645ac705fbe6156f28f36cbde6943e0 Mon Sep 17 00:00:00 2001 From: Moebius-Strip Date: Fri, 22 Mar 2013 02:16:51 -0300 Subject: [PATCH] Typo causing a misplaced percent sign in the HTML I know nothing about eRuby, but there's definitely a random percent sign showing up in the HTML and this looks like the culprit to me. --- app/views/comments/partials/index/_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/comments/partials/index/_list.html.erb b/app/views/comments/partials/index/_list.html.erb index 0f84ca39f..f31b3cf39 100644 --- a/app/views/comments/partials/index/_list.html.erb +++ b/app/views/comments/partials/index/_list.html.erb @@ -5,7 +5,7 @@
<% if post.comments.hidden(CurrentUser.user).count > 0 || (params[:controller] == "comments" && post.comments.count > 6) %> - + <%= link_to "Show all comments", comments_path(:post_id => post.id, :include_below_threshold => true), :remote => true %> <% end %>