Add support for language preferences for trending statuses and links (#18288)
Showing
- app/controllers/admin/trends/links_controller.rb 1 addition, 0 deletionsapp/controllers/admin/trends/links_controller.rb
- app/controllers/admin/trends/statuses_controller.rb 1 addition, 0 deletionsapp/controllers/admin/trends/statuses_controller.rb
- app/controllers/api/v1/trends/links_controller.rb 3 additions, 1 deletionapp/controllers/api/v1/trends/links_controller.rb
- app/mailers/admin_mailer.rb 1 addition, 3 deletionsapp/mailers/admin_mailer.rb
- app/models/preview_card.rb 1 addition, 0 deletionsapp/models/preview_card.rb
- app/models/preview_card_trend.rb 17 additions, 0 deletionsapp/models/preview_card_trend.rb
- app/models/status.rb 1 addition, 0 deletionsapp/models/status.rb
- app/models/status_trend.rb 21 additions, 0 deletionsapp/models/status_trend.rb
- app/models/trends.rb 5 additions, 1 deletionapp/models/trends.rb
- app/models/trends/base.rb 4 additions, 0 deletionsapp/models/trends/base.rb
- app/models/trends/links.rb 68 additions, 30 deletionsapp/models/trends/links.rb
- app/models/trends/preview_card_filter.rb 17 additions, 8 deletionsapp/models/trends/preview_card_filter.rb
- app/models/trends/status_filter.rb 17 additions, 8 deletionsapp/models/trends/status_filter.rb
- app/models/trends/statuses.rb 45 additions, 37 deletionsapp/models/trends/statuses.rb
- app/views/admin/trends/links/_preview_card.html.haml 2 additions, 2 deletionsapp/views/admin/trends/links/_preview_card.html.haml
- app/views/admin/trends/links/index.html.haml 1 addition, 1 deletionapp/views/admin/trends/links/index.html.haml
- app/views/admin/trends/statuses/_status.html.haml 2 additions, 2 deletionsapp/views/admin/trends/statuses/_status.html.haml
- app/views/admin/trends/statuses/index.html.haml 1 addition, 1 deletionapp/views/admin/trends/statuses/index.html.haml
- app/views/admin_mailer/_new_trending_links.text.erb 1 addition, 7 deletionsapp/views/admin_mailer/_new_trending_links.text.erb
- app/views/admin_mailer/_new_trending_statuses.text.erb 1 addition, 7 deletionsapp/views/admin_mailer/_new_trending_statuses.text.erb
Loading
Please register or sign in to comment