diff --git a/app/views/admin/users/index.html.erb b/app/views/admin/users/index.html.erb index 5e5a0ec0a..cefa2597e 100644 --- a/app/views/admin/users/index.html.erb +++ b/app/views/admin/users/index.html.erb @@ -74,10 +74,7 @@ <%= t(".table.trial_ends_at") %>: <%= sub.trial_ends_at&.to_fs(:long) || t(".not_available") %> <% elsif sub %> - "> - <%= sub.status.humanize %> - + <%= render DS::Pill.new(label: sub.status.humanize, tone: sub.active? ? :success : :neutral) %> <% else %> <%= t(".no_subscription") %> <% end %> @@ -191,27 +188,19 @@ <%= settings_section title: t(".role_descriptions_title"), collapsible: true, open: true do %>
<%= t(".role_descriptions.guest") %>
<%= t(".role_descriptions.member") %>
<%= t(".role_descriptions.admin") %>
<%= t(".role_descriptions.super_admin") %>