In edit form, move release and purchased at on the same line
This commit is contained in:
@@ -50,6 +50,7 @@ defmodule MusicLibraryWeb.FormComponent do
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<.input field={@form[:musicbrainz_id]} type="text" label={gettext("MusicBrainz ID")} />
|
<.input field={@form[:musicbrainz_id]} type="text" label={gettext("MusicBrainz ID")} />
|
||||||
|
<div class="sm:columns-2">
|
||||||
<.input field={@form[:release]} type="text" label={gettext("Release")} />
|
<.input field={@form[:release]} type="text" label={gettext("Release")} />
|
||||||
<.input
|
<.input
|
||||||
:if={@show_purchased_at}
|
:if={@show_purchased_at}
|
||||||
@@ -57,6 +58,7 @@ defmodule MusicLibraryWeb.FormComponent do
|
|||||||
type="datetime-local"
|
type="datetime-local"
|
||||||
label={gettext("Purchased at")}
|
label={gettext("Purchased at")}
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
<div class="col-span-full">
|
<div class="col-span-full">
|
||||||
<.label for={@uploads.cover_data.ref}>
|
<.label for={@uploads.cover_data.ref}>
|
||||||
{gettext("Cover art")}
|
{gettext("Cover art")}
|
||||||
|
|||||||
Reference in New Issue
Block a user