Merge pull request #1034 from Moebius-Strip/master

Typo causing a misplaced percent sign in the HTML
This commit is contained in:
小太
2013-03-21 22:39:45 -07:00

View File

@@ -5,7 +5,7 @@
<div class="row notices"> <div class="row notices">
<% if post.comments.hidden(CurrentUser.user).count > 0 || (params[:controller] == "comments" && post.comments.count > 6) %> <% if post.comments.hidden(CurrentUser.user).count > 0 || (params[:controller] == "comments" && post.comments.count > 6) %>
<span class="info" id="threshold-comments-notice-for-<%= post.id %>"%> <span class="info" id="threshold-comments-notice-for-<%= post.id %>">
<%= link_to "Show all comments", comments_path(:post_id => post.id, :include_below_threshold => true), :remote => true %> <%= link_to "Show all comments", comments_path(:post_id => post.id, :include_below_threshold => true), :remote => true %>
</span> </span>
<% end %> <% end %>