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

Fixed indentation bug #23

Merged
merged 4 commits into from
Jun 29, 2019
Merged

Fixed indentation bug #23

merged 4 commits into from
Jun 29, 2019

Conversation

sukhbir-singh
Copy link
Member

No description provided.

@@ -62,7 +62,7 @@ css:
tbody
- count = 0
- @operations.each do |operation|
- count += 1
- count += 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too much space here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, I will fix this

@cpg
Copy link
Member

cpg commented Jun 28, 2019

What was the actual error?

@sukhbir-singh
Copy link
Member Author

sukhbir-singh commented Jun 28, 2019

Bug: https://bugs.amahi.org/issues/2395#change-7817

The log file attached with this bug gives this comment: "disk_wizard/app/views/disk_wizard/select_fs.html.slim:235: syntax error, unexpected keyword_ensure, expecting keyword_end ^ensure". So, it must be because of the wrong indentation in the loop and if-else consider in slim file.

Log file link: https://paste.fedoraproject.org/paste/hNL4WMowqbnrsLD3lJS8PA

@sukhbir-singh
Copy link
Member Author

@cpg I have tested this PR. The bug (https://bugs.amahi.org/issues/2395) is now solved.
Although, this disk-wizard plugin has some problem with layouts. I will fix and send another PR for that.

@cpg cpg merged commit 1cf3f6d into amahi:master Jun 29, 2019
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

Successfully merging this pull request may close these issues.

2 participants