Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `.github/dependabot.yml`: Upstream modified it, but we deleted it in glitch-soc. Keep it deleted.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
= hidden_field_tag key, params[key]
|
||||
|
||||
- %i(username by_domain display_name email ip).each do |key|
|
||||
- unless key == :by_domain && params[:remote].blank?
|
||||
- unless key == :by_domain && params[:origin] != 'remote'
|
||||
.input.string.optional
|
||||
= text_field_tag key, params[key], class: 'string optional', placeholder: I18n.t("admin.accounts.#{key}")
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
- content_for :page_title do
|
||||
= @account.acct
|
||||
= @account.pretty_acct
|
||||
|
||||
- if @account.instance_actor?
|
||||
.flash-message.notice
|
||||
|
Reference in New Issue
Block a user