mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 13:23:13 +00:00
Hide domain filter in admin page when “local” filter is active (#10074)
Since the “domain” field is ignored in this case.
This commit is contained in:
parent
d1d7d14f77
commit
2f7f6af26a
|
@ -26,6 +26,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?
|
||||
.input.string.optional
|
||||
= text_field_tag key, params[key], class: 'string optional', placeholder: I18n.t("admin.accounts.#{key}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue