From: Eugen Rochko Date: Tue, 30 Oct 2018 16:00:34 +0000 (+0100) Subject: Fix td instead of th in sessions table header (#9162) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=cc45a8f9f7e05df57641bea19e1290570e76c172;p=mastodon.git Fix td instead of th in sessions table header (#9162) Fix #9130 --- 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