]> cat aescling's git repositories - mastodon.git/commitdiff
Fix td instead of th in sessions table header (#9162)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 30 Oct 2018 16:00:34 +0000 (17:00 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Oct 2018 16:00:34 +0000 (17:00 +0100)
Fix #9130

app/views/auth/registrations/_sessions.html.haml

index 8586c0549573fb9a65159c13e34a84680d4b5d71..d7d96a1bb3338617854e9063e5b88eb344142187 100644 (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