diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-30 17:00:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-30 17:00:34 +0100 |
commit | cc45a8f9f7e05df57641bea19e1290570e76c172 (patch) | |
tree | 33511687562bc69091269a27072b113c60dcb29e /app/views/auth/registrations | |
parent | 5c8e7f0e1d28a0f534d40386be4bd2046e3661d9 (diff) |
Fix td instead of th in sessions table header (#9162)
Fix #9130
Diffstat (limited to 'app/views/auth/registrations')
-rw-r--r-- | app/views/auth/registrations/_sessions.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth/registrations/_sessions.html.haml b/app/views/auth/registrations/_sessions.html.haml index 8586c0549..d7d96a1bb 100644 --- a/app/views/auth/registrations/_sessions.html.haml +++ b/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 |