diff --git a/app/views/memos/show.html.erb b/app/views/memos/show.html.erb index a59f1053e..5e2c83790 100644 --- a/app/views/memos/show.html.erb +++ b/app/views/memos/show.html.erb @@ -45,10 +45,10 @@

<%= l(:label_reply_plural) %> (<%= @replies.nil? ? 0 : @replies.size %>)

- <% reply_count = @current_count.to_i %> + <% pages_count = (params['page'].to_i - 1) * 10 %> <% @replies.each do |reply| %>
"> -

<%= reply_count += 1 %>楼 :

+

<%= pages_count += 1 %>楼 :

<%= link_to( image_tag('comment.png'),