Files
ubicloud/views/layouts/sidebar/desktop.erb
Enes Cakir 28025591bc Increase testing of Clover
Clover class is initialized when file is loaded. So to mock Config
values we have to reload file again. Testing development? branches
doesn't create that much value. So I excluded them from coverage
reports.

auth_spec tests some basic user flow to be sure we don't break
flows for new users.
2023-06-15 00:55:12 +03:00

4 lines
148 B
Plaintext

<div id="desktop-menu" class="hidden lg:fixed lg:inset-y-0 lg:z-50 lg:flex lg:w-72 lg:flex-col">
<%== render("layouts/sidebar/content") %>
</div>