Username
<%= URI.parse(LiveBeatsWeb.Endpoint.url()).host %>/
<%= text_input(f, :username,
class:
"flex-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full min-w-0 rounded-none rounded-r-md sm:text-sm border-gray-300"
) %>
<.error
field={:username}
input_name="user[username]"
errors={f.errors}
class="pt-2 pl-4 pr-4 ml-2 text-center"
/>
Email (from GitHub)
<%= text_input(f, :email,
disabled: true,
class:
"flex-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full min-w-0 rounded-md sm:text-sm border-gray-300 bg-gray-50"
) %>
Profile Tagline
<%= text_input(f, :profile_tagline,
class:
"flex-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full min-w-0 rounded-md sm:text-sm border-gray-300"
) %>
<.error
field={:profile_tagline}
input_name="user[profile_tagline]"
errors={f.errors}
class="pt-2 pl-4 pr-4 ml-2 text-center"
/>
Write a short tagline for your beats page.