diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-06-23 10:46:24 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-06-23 10:46:24 +0200 |
commit | 37fd9670a586af057d12c3f789c0701ae074314f (patch) | |
tree | cc979a0bc830a9cc0c4e0d8beb90c487578dd522 /app/views/auth | |
parent | a434f370f38ac66e05000545e36d7c696f4962d0 (diff) | |
parent | 63b807cffcba0579efdf2f4ed4a2deb93af4850b (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/auth')
-rw-r--r-- | app/views/auth/registrations/_sessions.html.haml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/auth/registrations/_sessions.html.haml b/app/views/auth/registrations/_sessions.html.haml index d3a04c00e..5d993f574 100644 --- a/app/views/auth/registrations/_sessions.html.haml +++ b/app/views/auth/registrations/_sessions.html.haml @@ -1,5 +1,7 @@ %h3= t 'sessions.title' -%p.muted-hint= t 'sessions.explanation' +%p.muted-hint + = t 'sessions.explanation' + = link_to t('sessions.view_authentication_history'), settings_login_activities_path %hr.spacer/ @@ -29,3 +31,4 @@ %td - if current_session.session_id != session.session_id && !current_account.suspended? = table_link_to 'times', t('sessions.revoke'), settings_session_path(session), method: :delete + |