|
|
|
@ -50,7 +50,7 @@ |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
<% row.with_cell(text: simple_format(org_cell(user), {}, wrapper_tag: "div")) %> |
|
|
|
<% row.with_cell(text: simple_format(org_cell(user), {}, wrapper_tag: "div")) %> |
|
|
|
<% row.with_cell(text: user.active? ? user.last_sign_in_at&.to_formatted_s(:govuk_date) : "Deactivated") %> |
|
|
|
<% row.with_cell(text: user.active? ? user.last_sign_in_at&.to_formatted_s(:govuk_date) : status_tag(:deactivated)) %> |
|
|
|
<%= govuk_link_to users_path(user) do %> |
|
|
|
<%= govuk_link_to users_path(user) do %> |
|
|
|
<span class="govuk-visually-hidden">User </span><%= user.id %> |
|
|
|
<span class="govuk-visually-hidden">User </span><%= user.id %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
|