This commit is contained in:
Emelia Smith 2025-05-06 15:03:45 +00:00 committed by GitHub
commit be3cef6f4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,10 @@
- content_for :page_title do
= @account.pretty_acct
- content_for :heading_actions do
- unless @account.local?
= link_to t('admin.accounts.view_instance'), admin_instance_path(@account.domain), class: 'button'
- if @account.instance_actor?
.flash-message.notice
%strong= t('accounts.instance_actor_flash')

View File

@ -168,6 +168,7 @@ en:
unsuspended_msg: Successfully unsuspended %{username}'s account
username: Username
view_domain: View summary for domain
view_instance: View instance
warn: Warn
web: Web
whitelisted: Allowed for federation