diff options
author | ThibG <thib@sitedethib.com> | 2018-10-30 20:10:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-30 20:10:09 +0100 |
commit | 08c0f8b67c7316b020c5623c69d02665146ebd57 (patch) | |
tree | 9411daf86f412a69c2536cfc302b484bd3ea16ae /app/views | |
parent | 7e18e95716052d5566f2e31559cbe4a68268f493 (diff) | |
parent | 0d6b8f36aaee9c8c68c64ce4a63bcc66c6faf78d (diff) |
Merge pull request #802 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/auth/registrations/_sessions.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |