chore: updated listing member translation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f17f8fe74d
commit
50c80eed38
7 changed files with 639 additions and 293 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<Layouts.app flash={@flash}>
|
||||
<.header>
|
||||
{gettext("Listing Members")}
|
||||
{gettext("Members")}
|
||||
<:actions>
|
||||
<.button variant="primary" navigate={~p"/members/new"}>
|
||||
<.icon name="hero-plus" /> {gettext("New Member")}
|
||||
|
|
@ -13,10 +13,12 @@
|
|||
rows={@members}
|
||||
row_click={fn member -> JS.navigate(~p"/members/#{member}") end}
|
||||
>
|
||||
|
||||
<!-- <:col :let={member} label="Id">{member.id}</:col> -->
|
||||
<:col :let={member} label={
|
||||
~H"""
|
||||
|
||||
<!-- <:col :let={member} label="Id">{member.id}</:col> -->
|
||||
<:col
|
||||
:let={member}
|
||||
label={
|
||||
~H"""
|
||||
<.input
|
||||
type="checkbox"
|
||||
name="select_all"
|
||||
|
|
@ -26,7 +28,8 @@
|
|||
role="checkbox"
|
||||
/>
|
||||
"""
|
||||
}>
|
||||
}
|
||||
>
|
||||
<.input
|
||||
type="checkbox"
|
||||
name={member.id}
|
||||
|
|
@ -41,7 +44,7 @@
|
|||
</:col>
|
||||
<:col
|
||||
:let={member}
|
||||
label= {
|
||||
label={
|
||||
sort_button(%{
|
||||
field: :first_name,
|
||||
label: gettext("Name"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue