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

Fix #9130
local
Eugen Rochko 6 years ago committed by GitHub
parent 5c8e7f0e1d
commit cc45a8f9f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/auth/registrations/_sessions.html.haml

@ -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