Update the style for models for Publishers and DBI Servers.
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-05 19:53:56 +03:00
parent 297821b693
commit 4edb1650b0
3 changed files with 8 additions and 6 deletions
@@ -7,7 +7,6 @@ defmodule DecentralisedBookIndexWeb.DbiServerLive.FormComponent do
<div>
<.header>
{@title}
<:subtitle>Use this form to manage servers records in your database.</:subtitle>
</.header>
<.simple_form
@@ -24,7 +23,9 @@ defmodule DecentralisedBookIndexWeb.DbiServerLive.FormComponent do
/>
<:actions>
<.button phx-disable-with="Saving...">Save server</.button>
<.save_button phx-disable-with="Saving...">
Save
</.save_button>
</:actions>
</.simple_form>
</div>
@@ -7,7 +7,6 @@ defmodule DecentralisedBookIndexWeb.PublisherLive.FormComponent do
<div>
<.header>
{@title}
<:subtitle>Use this form to manage publisher records in your database.</:subtitle>
</.header>
<.simple_form
@@ -24,7 +23,9 @@ defmodule DecentralisedBookIndexWeb.PublisherLive.FormComponent do
<% end %>
<:actions>
<.button phx-disable-with="Saving...">Save Publisher</.button>
<.save_button phx-disable-with="Saving...">
Save
</.save_button>
</:actions>
</.simple_form>
</div>