diff --git a/app/views/admin/users/index.html.erb b/app/views/admin/users/index.html.erb index cefa2597e..a89b4d675 100644 --- a/app/views/admin/users/index.html.erb +++ b/app/views/admin/users/index.html.erb @@ -51,10 +51,16 @@
| <%= form_with url: admin_invitation_path(invitation), method: :delete, class: "inline" do |f| %> - + <%= render DS::Button.new( + text: t(".invitations.delete"), + type: "submit", + variant: :outline_destructive, + size: :sm, + data: { + admin_invitation_delete_target: "button", + action: "click->admin-invitation-delete#handleClick" + } + ) %> <% end %> | @@ -174,7 +184,7 @@ <% end %> <% end %> - + <% end %> <% end %> <% else %> diff --git a/app/views/settings/profiles/show.html.erb b/app/views/settings/profiles/show.html.erb index 6a08fd33c..a94d1816d 100644 --- a/app/views/settings/profiles/show.html.erb +++ b/app/views/settings/profiles/show.html.erb @@ -28,12 +28,12 @@ <% end %> <% unless Current.user.ui_layout_intro? %> - <%= settings_section title: Current.family&.moniker == "Group" ? t(".group_title", default: "Group") : t(".household_title"), subtitle: t(".household_subtitle", moniker_plural: family_moniker_plural_downcase, moniker: family_moniker_downcase) do %> + <%= settings_section title: Current.family&.moniker == "Group" ? t(".group_title") : t(".household_title"), subtitle: t(".household_subtitle", moniker_plural: family_moniker_plural_downcase, moniker: family_moniker_downcase) do %>