Browse Source

Fix td instead of th in sessions table header (#9162)

Fix #9130
pull/4/head
Eugen Rochko 5 years ago
committed by GitHub
parent
commit
cc45a8f9f7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/auth/registrations/_sessions.html.haml

+ 1
- 1
app/views/auth/registrations/_sessions.html.haml View File

@ -8,7 +8,7 @@
%th= t 'sessions.browser'
%th= t 'sessions.ip'
%th= t 'sessions.activity'
%td
%th
%tbody
- @sessions.each do |session|
%tr

Loading…
Cancel
Save