Remove New Book button from Book Index LiveView.

dev
KKlochko 3 months ago
parent e9ed2d9731
commit 38cd8eff54

@ -8,11 +8,6 @@ defmodule DecentralisedBookIndexWeb.BookLive.Index do
~H""" ~H"""
<.header> <.header>
Listing Books Listing Books
<:actions>
<.link patch={~p"/books/new"}>
<.button>New Book</.button>
</.link>
</:actions>
</.header> </.header>
<.book_search <.book_search

Loading…
Cancel
Save