diff --git a/templates/thread/by_page.html.ep b/templates/thread/by_page.html.ep index c037b94..9da4058 100644 --- a/templates/thread/by_page.html.ep +++ b/templates/thread/by_page.html.ep @@ -24,13 +24,13 @@ <%= link_to Remark => post_remark => {thread_id => $thread->{'id'}}, - (class => 'click') %> + (class => 'click') %> <%= link_to url_for(single_thread => {thread_id => $thread->{'id'}}) ->fragment('remarks'), (class => 'click'), begin %> <%= $thread->{'remark_tally'} %> Remarks <% end %> <%= link_to bump_thread => {thread_id => $thread->{'id'}}, - (class => 'click'), begin %> + (class => 'click'), begin %> Bump (<%= $thread->{'bump_tally'} %>) <% end %> <%= link_to Flag => flag_thread => {thread_id => $thread->{'id'}},