feat(member): condense the overview into composite name and address cells
This commit is contained in:
parent
b79d7ac9ea
commit
af2cc2e0d4
17 changed files with 716 additions and 93 deletions
|
|
@ -32,6 +32,8 @@ defmodule MvWeb.Translations.MemberFields do
|
|||
def label(:membership_fee_status), do: gettext("Membership Fee Status")
|
||||
def label(:membership_fee_type), do: gettext("Fee Type")
|
||||
def label(:groups), do: gettext("Groups")
|
||||
def label(:name), do: gettext("Name")
|
||||
def label(:address), do: gettext("Address")
|
||||
|
||||
# Fallback for unknown fields
|
||||
def label(field) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue