This commit is contained in:
swag 2023-05-21 01:03:01 -04:00
parent 95b11bf3e3
commit 4cdd03756e

View File

@ -22,7 +22,7 @@
<%= link_to url_for(single_thread => {thread_id => $thread->{'id'}})
->fragment('remarks'), (class => 'click'), begin %>
<%= $thread->{'remark_tally'} %> Remarks
<% end =%>
<% end %>
<%= link_to bump_thread => {thread_id => $thread->{'id'}},
(class => 'click'), begin %>
Bump (<%= $thread->{'bump_tally'} %>)