This commit is contained in:
parent
b9ff02b959
commit
45c2f3e2b3
8 changed files with 107 additions and 99 deletions
|
|
@ -230,7 +230,7 @@ defmodule MvWeb.MemberLive.Show do
|
|||
<%!-- Custom Fields Section --%>
|
||||
<%= if Enum.any?(@custom_fields) do %>
|
||||
<div>
|
||||
<.section_box title={gettext("Custom Fields")}>
|
||||
<.section_box title={gettext("Individual datafields")}>
|
||||
<div class="grid grid-cols-2 gap-4">
|
||||
<%= for custom_field <- @custom_fields do %>
|
||||
<% cfv = find_custom_field_value(@member.custom_field_values, custom_field.id) %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue