Sha256: a85698407533bb0b779911ffe2c5152efa68f0bf89f13d2180caada200db26a1

Contents?: true

Size: 991 Bytes

Versions: 5

Compression:

Stored size: 991 Bytes

Contents

.card-body.filters
  = render 'filters', search: search
%table.table
  %thead
    %tr
      %th{ data: { breakpoints: 'xs' } }
        = sort_link(search, :id, t('activerecord.attributes.user.id'))
      %th= sort_link(search, :name, t('activerecord.attributes.user.name'))
      %th{ data: { breakpoints: 'xs' } }
        = sort_link(search, :email, t('activerecord.attributes.user.email'))
      %th{ data: { breakpoints: 'xs sm' } }
        = sort_link search,
                    :current_sign_in_at,
                    t('activerecord.attributes.user.current_sign_in_at')
      %th{ data: { breakpoints: 'xs sm' } }
        = sort_link(search, :last_sign_in_at, t('activerecord.attributes.user.last_sign_in_at'))
      %th{ data: { breakpoints: 'xs sm' } }
        = sort_link(search, :is_active, t('activerecord.attributes.user.is_active'))
      %th{ data: { breakpoints: 'xs' } }= t('view.table_actions')
  %tbody.users
    = render partial: 'user', collection: contents, as: :user

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/app_files/app/views/hq/users/_list.html.haml
cybele-2.3.1 templates/app_files/app/views/hq/users/_list.html.haml
cybele-2.2.0 templates/app_files/app/views/hq/users/_list.html.haml
cybele-2.1.0 templates/app_files/app/views/hq/users/_list.html.haml
cybele-2.0.0 templates/app_files/app/views/hq/users/_list.html.haml