Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ultra-pool opened this issue Nov 30, 2019 · 1 comment
Open

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

ultra-pool opened this issue Nov 30, 2019 · 1 comment

Comments

@ultra-pool
Copy link

`
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
Copy link
Author

Anything?

Repository owner deleted a comment from alinetskyi Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant