diff --git a/changelog/52_UNRELEASED_2019-xx-xx.md b/changelog/52_UNRELEASED_2019-xx-xx.md index 66de787f..72ddb548 100644 --- a/changelog/52_UNRELEASED_2019-xx-xx.md +++ b/changelog/52_UNRELEASED_2019-xx-xx.md @@ -73,6 +73,7 @@ - Boolean settings provided via environment variables (so the strings `true` and `false`) are now parsed correctly (thanks @mduret) - All uploaded pictures (currently for products and recipes) are now automatically downscaled to the appropriate size when serving them to improve page load times - It's now possible to test plural forms of quantity units (button on the quantity unit edit page, only visible if the current language requires more than 2 plural forms) +- On the login page no menus and the sidebar is now hidden - New translations: (thanks all the translators) - Danish (demo available at https://demo-da.grocy.info) - Dutch (demo available at https://demo-nl.grocy.info) diff --git a/views/layout/default.blade.php b/views/layout/default.blade.php index 81fe5b82..4edb3e29 100644 --- a/views/layout/default.blade.php +++ b/views/layout/default.blade.php @@ -83,6 +83,7 @@ + @if(GROCY_AUTHENTICATED)
- + @endif @endif