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

Fix #9130
lolsob-rspec
Eugen Rochko 2018-10-30 17:00:34 +01:00 committed by GitHub
parent ca87d98d16
commit e242688a74
1 changed files with 1 additions and 1 deletions

View 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