|
|
@ -4,9 +4,9 @@ defmodule DecentralisedBookIndexWeb.PublisherLive.Show do
|
|
|
|
@impl true
|
|
|
|
@impl true
|
|
|
|
def render(assigns) do
|
|
|
|
def render(assigns) do
|
|
|
|
~H"""
|
|
|
|
~H"""
|
|
|
|
<.header>
|
|
|
|
|
|
|
|
Publisher {@publisher.id}
|
|
|
|
Publisher {@publisher.id}
|
|
|
|
<:subtitle>This is a publisher record from your database.</:subtitle>
|
|
|
|
<:subtitle>This is a publisher record from your database.</:subtitle>
|
|
|
|
|
|
|
|
<.header class="flex-col lg:flex-row">
|
|
|
|
|
|
|
|
|
|
|
|
<:actions>
|
|
|
|
<:actions>
|
|
|
|
<.link patch={~p"/publishers/#{@publisher}/edit"} phx-click={JS.push_focus()}>
|
|
|
|
<.link patch={~p"/publishers/#{@publisher}/edit"} phx-click={JS.push_focus()}>
|
|
|
|