refactor: replace ContributionSettingsLive mockup with MembershipFeeSettingsLive in navigation
This commit is contained in:
parent
98b908abdb
commit
96729cb2f4
9 changed files with 76 additions and 334 deletions
|
|
@ -31,7 +31,9 @@ defmodule MvWeb.Layouts.Navbar do
|
|||
<ul class="bg-base-200 rounded-t-none p-2 z-10 w-48">
|
||||
<li><.link navigate="/contribution_types">{gettext("Contribution Types")}</.link></li>
|
||||
<li>
|
||||
<.link navigate="/contribution_settings">{gettext("Contribution Settings")}</.link>
|
||||
<.link navigate="/membership_fee_settings">
|
||||
{gettext("Membership Fee Settings")}
|
||||
</.link>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue