Genealogy as a feature #175

Merged
pierre merged 16 commits from genealogy_as_a_feature into master 2024-05-16 19:15:16 +00:00
Showing only changes of commit cbdf2b1921 - Show all commits

View File

@ -660,9 +660,9 @@ export function MemberPage(p: {
<div style={{ display: "flex", justifyContent: "end" }}>
<RouterLink
to={family.family.URL(
`couple/create?${member.sex === "F" ? "wife" : "husband"}=${
member.id
}`
`genealogy/couple/create?${
member.sex === "F" ? "wife" : "husband"
}=${member.id}`
)}
>
<Button>Nouveau</Button>