diff --git a/lib/modules/comments/web/settings.html.heex b/lib/modules/comments/web/settings.html.heex index 42c81841..eaa9b062 100644 --- a/lib/modules/comments/web/settings.html.heex +++ b/lib/modules/comments/web/settings.html.heex @@ -8,14 +8,12 @@
<%!-- Header --%>
-
- <.link - navigate={PhoenixKit.Utils.Routes.path("/admin/settings")} - class="btn btn-outline btn-primary btn-sm" - > - <.icon name="hero-arrow-left" class="w-4 h-4" /> Back to Settings - -
+ <.link + navigate={PhoenixKit.Utils.Routes.path("/admin/settings")} + class="btn btn-outline btn-primary btn-sm" + > + <.icon name="hero-arrow-left" class="w-4 h-4" /> Back to Settings +

Comments Settings

diff --git a/lib/modules/maintenance/web/settings.html.heex b/lib/modules/maintenance/web/settings.html.heex index 043ba67a..97eba95f 100644 --- a/lib/modules/maintenance/web/settings.html.heex +++ b/lib/modules/maintenance/web/settings.html.heex @@ -9,15 +9,13 @@
<%!-- Header Section --%>
-
- <%!-- Back Button --%> - <.link - navigate={PhoenixKit.Utils.Routes.path("/admin/modules")} - class="btn btn-outline btn-primary btn-sm" - > - <.icon name="hero-arrow-left" class="w-4 h-4" /> Back to Modules - -
+ <%!-- Back Button --%> + <.link + navigate={PhoenixKit.Utils.Routes.path("/admin/modules")} + class="btn btn-outline btn-primary btn-sm" + > + <.icon name="hero-arrow-left" class="w-4 h-4" /> Back to Modules + <%!-- Title Section --%>

diff --git a/lib/phoenix_kit_web/live/modules.html.heex b/lib/phoenix_kit_web/live/modules.html.heex index a9826106..933cebf1 100644 --- a/lib/phoenix_kit_web/live/modules.html.heex +++ b/lib/phoenix_kit_web/live/modules.html.heex @@ -9,14 +9,12 @@
<%!-- Header Section --%>
-
- <.link - navigate={PhoenixKit.Utils.Routes.path("/admin")} - class="btn btn-outline btn-primary btn-sm" - > - <.icon name="hero-arrow-left" class="w-4 h-4 mr-2" /> Back to Dashboard - -
+ <.link + navigate={PhoenixKit.Utils.Routes.path("/admin")} + class="btn btn-outline btn-primary btn-sm" + > + <.icon name="hero-arrow-left" class="w-4 h-4 mr-2" /> Back to Dashboard +

Modules

diff --git a/lib/phoenix_kit_web/live/modules/pages/pages.html.heex b/lib/phoenix_kit_web/live/modules/pages/pages.html.heex index f0f7e05e..9980d3e7 100644 --- a/lib/phoenix_kit_web/live/modules/pages/pages.html.heex +++ b/lib/phoenix_kit_web/live/modules/pages/pages.html.heex @@ -9,15 +9,13 @@
<%!-- Header Section --%>
-
- <%!-- Back Button --%> - <.link - navigate={PhoenixKit.Utils.Routes.path("/admin/modules")} - class="btn btn-outline btn-primary btn-sm" - > - Back to Modules - -
+ <%!-- Back Button --%> + <.link + navigate={PhoenixKit.Utils.Routes.path("/admin/modules")} + class="btn btn-outline btn-primary btn-sm" + > + Back to Modules + <%!-- Title Section --%>