Oops, show the correct count for "Trades: Seeking!"
lol silly mistake, showing the offering count twice, my bad
This commit is contained in:
parent
42b1bf3e8c
commit
501ea3db7d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
'data-is-current' => current_subpage == 'trades_offering'
|
||||
%li
|
||||
= link_to t('items.show.subpages_nav.trades.seeking',
|
||||
count: trades[:offering].size),
|
||||
count: trades[:seeking].size),
|
||||
item_trades_path(item, type: 'seeking'),
|
||||
'data-is-current' => current_subpage == 'trades_seeking'
|
||||
|
||||
|
|
Loading…
Reference in a new issue