We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07404be commit 72a9f32Copy full SHA for 72a9f32
lib/fileonchain_web/live/chunks_live/index.html.heex
@@ -1,6 +1,11 @@
1
<div class="mx-auto max-w-4xl p-12 bg-brand-900 text-white rounded-lg shadow-lg">
2
<.header class="text-center text-white text-2xl">
3
Listing Chunks
4
+ <:actions>
5
+ <.link patch={~p"/files/new"} class="font-semibold hover:underline text-secondary-light">
6
+ <.button class="bg-secondary hover:bg-secondary-dark text-white p-4 rounded">New File</.button>
7
+ </.link>
8
+ </:actions>
9
</.header>
10
11
<.table
0 commit comments