From 7d629345ca165bee0bc93eee26989aa8b6c4001a Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 30 Aug 2025 07:48:50 +0000 Subject: [PATCH] Add documentation for viewing SVG icons list in development mode (#41725). git-svn-id: https://svn.redmine.org/redmine/trunk@23935 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/RUNNING_TESTS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/RUNNING_TESTS b/doc/RUNNING_TESTS index ba22e7681..2af68cbb4 100644 --- a/doc/RUNNING_TESTS +++ b/doc/RUNNING_TESTS @@ -107,3 +107,12 @@ Install Stylelint: You can run Stylelint with: `npx stylelint "app/assets/stylesheets/**/*.css"` + +Viewing SVG icons list in development mode +======================================= + +When running Redmine in development mode, you can view a list of all available SVG icons and their names at: + + http://localhost:3000/rails/info/svg_icons + +This page is useful for checking icon appearance and names during view development.