@ -6,7 +6,7 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.Show do
@impl true
def render(assigns) do
~H"""
<.header>
<.header class="flex-col lg:flex-row">
{@author.name}
<:actions>
@ -7,7 +7,7 @@ defmodule DecentralisedBookIndexWeb.BookLive.Show do
{@book.title}
<:subtitle>
<.authors book={@book} />
@ -4,7 +4,7 @@ defmodule DecentralisedBookIndexWeb.DbiServerLive.Show do
{@dbi_server.name}
@ -4,9 +4,9 @@ defmodule DecentralisedBookIndexWeb.PublisherLive.Show do
Publisher {@publisher.id}
<:subtitle>This is a publisher record from your database.</:subtitle>
<.link patch={~p"/publishers/#{@publisher}/edit"} phx-click={JS.push_focus()}>
@ -4,7 +4,7 @@ defmodule DecentralisedBookIndexWeb.UserLive.Show do
{@user.email}