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

Fix #9130
This commit is contained in:
Eugen Rochko 2018-10-30 17:00:34 +01:00 committed by GitHub
parent ca87d98d16
commit e242688a74

View file

@ -8,7 +8,7 @@
%th= t 'sessions.browser' %th= t 'sessions.browser'
%th= t 'sessions.ip' %th= t 'sessions.ip'
%th= t 'sessions.activity' %th= t 'sessions.activity'
%td %th
%tbody %tbody
- @sessions.each do |session| - @sessions.each do |session|
%tr %tr