Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions lib/modules/comments/web/settings.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
<div class="container flex flex-col mx-auto px-4 py-6">
<%!-- Header --%>
<header class="w-full mb-6">
<div class="mb-4">
<.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>
</div>
<.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>

<div class="text-center">
<h1 class="text-2xl sm:text-4xl font-bold">Comments Settings</h1>
Expand Down
16 changes: 7 additions & 9 deletions lib/modules/maintenance/web/settings.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
<div class="container mx-auto px-4 py-6">
<%!-- Header Section --%>
<header class="w-full mb-6">
<div class="mb-4">
<%!-- 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
</.link>
</div>
<%!-- 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
</.link>
<%!-- Title Section --%>
<div class="text-center">
<h1 class="text-2xl sm:text-4xl font-bold text-base-content mb-3">
Expand Down
14 changes: 6 additions & 8 deletions lib/phoenix_kit_web/live/modules.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
<div class="container flex flex-col mx-auto px-4 py-6">
<%!-- Header Section --%>
<header class="w-full mb-6">
<div class="mb-4">
<.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>
</div>
<.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>

<div class="text-center">
<h1 class="text-2xl sm:text-4xl font-bold text-base-content mb-3">Modules</h1>
Expand Down
16 changes: 7 additions & 9 deletions lib/phoenix_kit_web/live/modules/pages/pages.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
<div class="container flex flex-col mx-auto px-4 py-6">
<%!-- Header Section --%>
<header class="w-full mb-6">
<div class="mb-4">
<%!-- Back Button --%>
<.link
navigate={PhoenixKit.Utils.Routes.path("/admin/modules")}
class="btn btn-outline btn-primary btn-sm"
>
<PhoenixKitWeb.Components.Core.Icons.icon_arrow_left /> Back to Modules
</.link>
</div>
<%!-- Back Button --%>
<.link
navigate={PhoenixKit.Utils.Routes.path("/admin/modules")}
class="btn btn-outline btn-primary btn-sm"
>
<PhoenixKitWeb.Components.Core.Icons.icon_arrow_left /> Back to Modules
</.link>

<%!-- Title Section --%>
<div class="text-center">
Expand Down
Loading