Sha256: 69a7d705a61cc051ea6ef67ae25269ac32914a3d2ab819c044335ee477ab0d02

Contents?: true

Size: 586 Bytes

Versions: 15

Compression:

Stored size: 586 Bytes

Contents

= content_for(:filters) do
  = render "filters", user_search: user_search

= within_admin_layout(title: "Users") do
  table.all-users
    thead
      tr
        th Name
        th Position
        th Email
        th Role
        th.col-width-date-time Expired at
    tbody
      - users.each do |user|
        tr
          td= user.full_name
          td= user.professional_position
          td= user.email
          td
            - user.roles.each do |role|
              span.tag(class=role.name)= role.name.humanize
          td= l(user.expired_at)

  == pagy_foundation_nav pagy

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/users/index.html.slim
renalware-core-2.1.0 app/views/renalware/users/index.html.slim
renalware-core-2.0.167 app/views/renalware/users/index.html.slim
renalware-core-2.0.166 app/views/renalware/users/index.html.slim
renalware-core-2.0.165 app/views/renalware/users/index.html.slim
renalware-core-2.0.164 app/views/renalware/users/index.html.slim
renalware-core-2.0.163 app/views/renalware/users/index.html.slim
renalware-core-2.0.162 app/views/renalware/users/index.html.slim
renalware-core-2.0.161 app/views/renalware/users/index.html.slim
renalware-core-2.0.160 app/views/renalware/users/index.html.slim
renalware-core-2.0.159 app/views/renalware/users/index.html.slim
renalware-core-2.0.158 app/views/renalware/users/index.html.slim
renalware-core-2.0.157 app/views/renalware/users/index.html.slim
renalware-core-2.0.156 app/views/renalware/users/index.html.slim
renalware-core-2.0.155 app/views/renalware/users/index.html.slim