about summary refs log tree commit diff
path: root/app/views/auth/registrations/_sessions.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/auth/registrations/_sessions.html.haml')
-rw-r--r--app/views/auth/registrations/_sessions.html.haml2
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 395e36a9f..d3a04c00e 100644
--- a/app/views/auth/registrations/_sessions.html.haml
+++ b/app/views/auth/registrations/_sessions.html.haml
@@ -27,5 +27,5 @@
             - else
               %time.time-ago{ datetime: session.updated_at.iso8601, title: l(session.updated_at) }= l(session.updated_at)
           %td
-            - if current_session.session_id != session.session_id
+            - if current_session.session_id != session.session_id && !current_account.suspended?
               = table_link_to 'times', t('sessions.revoke'), settings_session_path(session), method: :delete