fix-mobile-qr-layout (#44)
Co-authored-by: Forgejo Actions <actions@git.mcintire.me> Reviewed-on: graham/towerops-web#44
This commit is contained in:
parent
8abf01ccb1
commit
72ab9274c7
1 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ defmodule ToweropsWeb.MobileQRLive do
|
||||||
@impl true
|
@impl true
|
||||||
def render(assigns) do
|
def render(assigns) do
|
||||||
~H"""
|
~H"""
|
||||||
<Layouts.app flash={@flash} timezone={@timezone}>
|
<Layouts.authenticated flash={@flash} current_scope={@current_scope}>
|
||||||
<div class="mx-auto max-w-4xl">
|
<div class="mx-auto max-w-4xl">
|
||||||
<.header>
|
<.header>
|
||||||
Link Mobile App
|
Link Mobile App
|
||||||
|
|
@ -252,7 +252,7 @@ defmodule ToweropsWeb.MobileQRLive do
|
||||||
</.link>
|
</.link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Layouts.app>
|
</Layouts.authenticated>
|
||||||
"""
|
"""
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue