You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`
Extracted source (around line #43):
40 span = t('admin_header.withdraws')
41 span.caret
42 ul.dropdown-menu
43 - WithdrawChannel.all.each do |c|
44 - if can? :manage, c.kls
45 li = link_to c.title_text, [:admin, c.kls]
`
peatio/app/views/layouts/admin.html.slim where line #43 raised:
peatio/config/withdraw_channels.yml): did not find expected '-' indicator while parsing a block collection at line 1 column 1
Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered:
`
Extracted source (around line #43):
40 span = t('admin_header.withdraws')
41 span.caret
42 ul.dropdown-menu
43 - WithdrawChannel.all.each do |c|
44 - if can? :manage, c.kls
45 li = link_to c.title_text, [:admin, c.kls]
`
peatio/app/views/layouts/admin.html.slim where line #43 raised:
peatio/config/withdraw_channels.yml): did not find expected '-' indicator while parsing a block collection at line 1 column 1
Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered: