mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: add gift emoji styling for new features (#24523)
When admin has unseen new feature, gift emoji is added to a link. In addition, `/new-features` path was changed to `/whats-new`
This commit is contained in:
committed by
GitHub
parent
856ccb34e1
commit
dc2a0854b0
@@ -320,8 +320,7 @@ Discourse::Application.routes.draw do
|
||||
get "dashboard/moderation" => "dashboard#moderation"
|
||||
get "dashboard/security" => "dashboard#security"
|
||||
get "dashboard/reports" => "dashboard#reports"
|
||||
get "dashboard/new-features" => "dashboard#new_features"
|
||||
put "dashboard/mark-new-features-as-seen" => "dashboard#mark_new_features_as_seen"
|
||||
get "dashboard/whats-new" => "dashboard#new_features"
|
||||
|
||||
resources :dashboard, only: [:index] do
|
||||
collection { get "problems" }
|
||||
|
||||
Reference in New Issue
Block a user