refactor: replace ContributionSettingsLive mockup with MembershipFeeSettingsLive in navigation

This commit is contained in:
Moritz 2025-12-12 18:05:19 +01:00
parent 98b908abdb
commit 96729cb2f4
9 changed files with 76 additions and 334 deletions

View file

@ -43,7 +43,7 @@ defmodule MvWeb.ContributionPeriodLive.Show do
· {gettext("Member since")}: <span class="font-mono">{@member.joined_at}</span>
</:subtitle>
<:actions>
<.link navigate={~p"/contribution_settings"} class="btn btn-ghost btn-sm">
<.link navigate={~p"/membership_fee_settings"} class="btn btn-ghost btn-sm">
<.icon name="hero-arrow-left" class="size-4" />
{gettext("Back to Settings")}
</.link>