about summary refs log tree commit diff
path: root/app/views/auth/registrations/_sessions.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-10-30 17:00:34 +0100
committerGitHub <noreply@github.com>2018-10-30 17:00:34 +0100
commitcc45a8f9f7e05df57641bea19e1290570e76c172 (patch)
tree33511687562bc69091269a27072b113c60dcb29e /app/views/auth/registrations/_sessions.html.haml
parent5c8e7f0e1d28a0f534d40386be4bd2046e3661d9 (diff)
Fix td instead of th in sessions table header (#9162)
Fix #9130
Diffstat (limited to 'app/views/auth/registrations/_sessions.html.haml')
-rw-r--r--app/views/auth/registrations/_sessions.html.haml2
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