algobasket / PeatioCryptoExchange

An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
https://www.peatio.info
186 stars 202 forks source link

Admin portal errors on /app/views/layouts/admin.html.slim #86

Open ultra-pool opened 4 years ago

ultra-pool commented 4 years ago

` 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?

ultra-pool commented 4 years ago

Anything?