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 5c8e7f0e1d
commit cc45a8f9f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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