_sessions.html.haml 408 B

1234567891011121314151617
  1. %h3= t 'sessions.title'
  2. %p.muted-hint
  3. = t 'sessions.explanation'
  4. = link_to t('sessions.view_authentication_history'), settings_login_activities_path
  5. %hr.spacer/
  6. .table-wrapper
  7. %table.table.inline-table
  8. %thead
  9. %tr
  10. %th= t 'sessions.browser'
  11. %th= t 'sessions.ip'
  12. %th= t 'sessions.activity'
  13. %th
  14. %tbody
  15. = render partial: 'session', collection: sessions