-
Notifications
You must be signed in to change notification settings - Fork 5
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
Switching templates logic style #454
Switching templates logic style #454
Conversation
…ch (no re-indent)
…ch (with re-indent!)
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## ui-refresh #454 +/- ##
=============================================
Coverage ? 18.01%
Complexity ? 2020
=============================================
Files ? 72
Lines ? 5484
Branches ? 0
=============================================
Hits ? 988
Misses ? 4496
Partials ? 0 |
Awesome !!! mmh, I think I should rebase this branche on EDIT: solved this with the help of Nicolas |
60a39c1
to
7de66bc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good!
Co-authored-by: Nicolas Peugnet <[email protected]>
Switching templates logic style to if:else:endif and foreach:endforeach.
The first commit did no re-indentation, but for some files, I felt necessary to do some (which lead to quite complex diffs).