Sha256: 876ec632ff591978adb50249b63673e2a7bf46cec6f19732860c5e4fb3896b00

Contents?: true

Size: 672 Bytes

Versions: 3

Compression:

Stored size: 672 Bytes

Contents

.panel-body.filters
  = render 'filters'
%table.table
  %thead
    %tr
      %th= sort_link(@search, :id, t('activerecord.attributes.user.id'))
      %th= sort_link(@search, :name, t('activerecord.attributes.user.name'))
      %th= sort_link(@search, :email, t('activerecord.attributes.user.email'))
      %th= sort_link(@search, :current_sign_in_at, t('activerecord.attributes.user.current_sign_in_at'))
      %th= sort_link(@search, :last_sign_in_at, t('activerecord.attributes.user.last_sign_in_at'))
      %th= sort_link(@search, :is_active, t('activerecord.attributes.user.is_active'))
      %th.actions
        = t('view.actions')
  %tbody.users
    = render @users

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-1.9.2 templates/app/views/hq/users/_list.html.haml
cybele-1.9.1 templates/app/views/hq/users/_list.html.haml
cybele-1.9.0 templates/app/views/hq/users/_list.html.haml