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

Fix dashboard layout closing elements. #380

Merged

Conversation

ndm2
Copy link
Collaborator

@ndm2 ndm2 commented Dec 6, 2022

This will cause the footer to be placed before the closing </main> element, which is probably the best position in that layout, as otherwise it can easily break.

The side effect is that scripts will be placed there too, but that shouldn't cause any problems.

image

Fixes #379

@codecov
Copy link

codecov bot commented Dec 6, 2022

Codecov Report

Base: 99.23% // Head: 99.22% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (8cfcd74) compared to base (4b60b2d).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #380      +/-   ##
============================================
- Coverage     99.23%   99.22%   -0.02%     
  Complexity      369      369              
============================================
  Files            21       21              
  Lines          1046     1031      -15     
============================================
- Hits           1038     1023      -15     
  Misses            8        8              
Impacted Files Coverage Δ
src/View/Widget/InputGroupTrait.php 96.72% <0.00%> (-0.06%) ⬇️
src/Command/InstallCommand.php 98.57% <0.00%> (-0.05%) ⬇️
src/View/Helper/FormHelper.php 99.12% <0.00%> (-0.02%) ⬇️
src/View/UIViewTrait.php 100.00% <0.00%> (ø)
src/View/Helper/HtmlHelper.php 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dereuromark dereuromark merged commit faef11b into FriendsOfCake:master Dec 15, 2022
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.

Error in dashboard.php
2 participants