소스 검색

add account search condition (instance domain) (#5577)

master
MitarashiDango 6 년 전
committed by Eugen Rochko
부모
커밋
38d072446b
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/views/admin/accounts/index.html.haml
  2. +1
    -0
      config/locales/en.yml

+ 1
- 1
app/views/admin/accounts/index.html.haml 파일 보기

@@ -42,7 +42,7 @@
- if params[key].present?
= hidden_field_tag key, params[key]

- %i(username display_name email ip).each do |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}")



+ 1
- 0
config/locales/en.yml 파일 보기

@@ -59,6 +59,7 @@ en:
destroyed_msg: Moderation note successfully destroyed!
accounts:
are_you_sure: Are you sure?
by_domain: Domain
confirm: Confirm
confirmed: Confirmed
disable_two_factor_authentication: Disable 2FA


불러오는 중...
취소
저장