Merge branch 'main' into glitch-soc/merge-upstream
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user