diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-03-18 11:17:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-18 11:17:46 +0100 |
commit | 00fe0f6cb4a736bbb5e633c567ddf7ac9a09ce69 (patch) | |
tree | 9ddf09dda84c65904c36dec759834ea446b4ac5d /app/views/admin/action_logs | |
parent | f5daa20f2a90098c9d689c5ec9d95ce9887b3a33 (diff) | |
parent | 8f97ffe91e79c0418666f64b5830d3e74fcc83ba (diff) |
Merge pull request #2136 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/admin/action_logs')
-rw-r--r-- | app/views/admin/action_logs/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/action_logs/index.html.haml b/app/views/admin/action_logs/index.html.haml index cc6aa39bd..c4929cc42 100644 --- a/app/views/admin/action_logs/index.html.haml +++ b/app/views/admin/action_logs/index.html.haml @@ -13,7 +13,7 @@ .filter-subset.filter-subset--with-select %strong= t('admin.action_logs.filter_by_action') .input.select.optional - = select_tag :action_type, options_for_select(Admin::ActionLogFilter::ACTION_TYPE_MAP.keys.map { |key| [I18n.t("admin.action_logs.action_types.#{key}"), key]}, params[:action_type]), prompt: I18n.t('admin.accounts.moderation.all') + = select_tag :action_type, options_for_select(Admin::ActionLogFilter::ACTION_TYPE_MAP.keys.map { |key| [I18n.t("admin.action_logs.action_types.#{key}"), key] }, params[:action_type]), prompt: I18n.t('admin.accounts.moderation.all') - if @action_logs.empty? .muted-hint.center-text |