diff --git a/lib/towerops_web/live/org_live/new.html.heex b/lib/towerops_web/live/org_live/new.html.heex index b6c86951..c6d3d70a 100644 --- a/lib/towerops_web/live/org_live/new.html.heex +++ b/lib/towerops_web/live/org_live/new.html.heex @@ -1,15 +1,17 @@ -<.header> - {@page_title} - <:subtitle>Create a new organization to manage your sites and equipment - + + <.header> + {@page_title} + <:subtitle>Create a new organization to manage your sites and equipment + -
- <.form for={@form} id="organization-form" phx-change="validate" phx-submit="save"> - <.input field={@form[:name]} type="text" label="Organization Name" required /> +
+ <.form for={@form} id="organization-form" phx-change="validate" phx-submit="save"> + <.input field={@form[:name]} type="text" label="Organization Name" required /> -
- <.button phx-disable-with="Creating..." variant="primary">Create Organization - <.button navigate={~p"/orgs"}>Cancel -
- -
+
+ <.button phx-disable-with="Creating..." variant="primary">Create Organization + <.button navigate={~p"/orgs"}>Cancel +
+ +
+