Move Follow Recommendations to Trends menu, rename to Recommendations & Trends (#31292)

This commit is contained in:
Emelia Smith 2024-08-10 11:17:10 +02:00 committed by GitHub
parent 885e67b2ed
commit d3089018d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 5 deletions

View file

@ -12,10 +12,11 @@
.filters
.filter-subset.filter-subset--with-select
%strong= t('admin.follow_recommendations.language')
.input.select.optional
.input.select.select--languages.optional
= form.select :locale,
options_for_select(@locales.map { |key| [standard_locale_name(key), key] }, params[:locale]),
include_blank: true
{ include_blank: true },
{ disabled: @locales.empty? }
.filter-subset
%strong= t('admin.trends.trending')
%ul