forked from shibao/cannery
move container selection first in ammo group form component
This commit is contained in:
parent
c8945607ea
commit
3907f9854a
@ -54,6 +54,12 @@ defmodule CanneryWeb.AmmoGroupLive.FormComponent do
|
|||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
<%= label(f, :ammo_type_id, class: "mr-4 title text-lg text-primary-500") %>
|
||||||
|
<%= select(f, :ammo_type_id, ammo_type_options(@ammo_types),
|
||||||
|
class: "text-center col-span-2 input input-primary"
|
||||||
|
) %>
|
||||||
|
<%= error_tag(f, :ammo_type_id, "col-span-3 text-center") %>
|
||||||
|
|
||||||
<%= label(f, :count, class: "mr-4 title text-lg text-primary-500") %>
|
<%= label(f, :count, class: "mr-4 title text-lg text-primary-500") %>
|
||||||
<%= number_input(f, :count,
|
<%= number_input(f, :count,
|
||||||
class: "text-center col-span-2 input input-primary",
|
class: "text-center col-span-2 input input-primary",
|
||||||
@ -75,12 +81,6 @@ defmodule CanneryWeb.AmmoGroupLive.FormComponent do
|
|||||||
) %>
|
) %>
|
||||||
<%= error_tag(f, :notes, "col-span-3 text-center") %>
|
<%= error_tag(f, :notes, "col-span-3 text-center") %>
|
||||||
|
|
||||||
<%= label(f, :ammo_type_id, class: "mr-4 title text-lg text-primary-500") %>
|
|
||||||
<%= select(f, :ammo_type_id, ammo_type_options(@ammo_types),
|
|
||||||
class: "text-center col-span-2 input input-primary"
|
|
||||||
) %>
|
|
||||||
<%= error_tag(f, :ammo_type_id, "col-span-3 text-center") %>
|
|
||||||
|
|
||||||
<%= label(f, :container, class: "mr-4 title text-lg text-primary-500") %>
|
<%= label(f, :container, class: "mr-4 title text-lg text-primary-500") %>
|
||||||
<%= select(f, :container_id, container_options(@containers),
|
<%= select(f, :container_id, container_options(@containers),
|
||||||
class: "text-center col-span-2 input input-primary"
|
class: "text-center col-span-2 input input-primary"
|
||||||
|
Loading…
Reference in New Issue
Block a user