Sha256: 5315dc73fecb30940bf1757b29031b62e33ca99eb6c0b885719e55ac114715cc

Contents?: true

Size: 680 Bytes

Versions: 3

Compression:

Stored size: 680 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

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