This was bothering me
This commit is contained in:
parent
d1612ae685
commit
d62ab36d88
|
@ -24,13 +24,13 @@
|
|||
</div>
|
||||
<nav class="post__nav">
|
||||
<%= 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'}},
|
||||
|
|
Loading…
Reference in a new issue