diff options
author | ThibG <thib@sitedethib.com> | 2019-02-19 22:42:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-19 22:42:22 +0100 |
commit | 787449c12f121737c4319ec274300fa9a330fe9b (patch) | |
tree | 766b37f3f093f3882aba2258ebc2748325edcfcb /app/views/admin/accounts/index.html.haml | |
parent | 896beb16c5318b8ce59867a06545ae6a00ccc84c (diff) | |
parent | ff0576cc2b046694dd8960608ce2f40e32a0ab78 (diff) |
Merge pull request #925 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/admin/accounts/index.html.haml')
-rw-r--r-- | app/views/admin/accounts/index.html.haml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/admin/accounts/index.html.haml b/app/views/admin/accounts/index.html.haml index 91fddadf8..345f74f90 100644 --- a/app/views/admin/accounts/index.html.haml +++ b/app/views/admin/accounts/index.html.haml @@ -26,8 +26,9 @@ = hidden_field_tag key, params[key] - %i(username by_domain display_name email ip).each do |key| - .input.string.optional - = text_field_tag key, params[key], class: 'string optional', placeholder: I18n.t("admin.accounts.#{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}") .actions %button= t('admin.accounts.search') |