List the project
Added by Salah-Eddine Mansouri almost 7 years ago
Hello everybody,
I have a problem please if you can help me, in the project page, the projects are not good ordered mostly when I add sub-project (take a look at the screen), I just want to know how to list them one by one, is there any plugin to this ?
Thank you
Replies (1)
RE: List the project - Added by Bernhard Rohloff almost 7 years ago
You can look for your application.css file and modify the column-count property of #project-index to 1, what gives you an indented, single column list of your projects.
http://www.redmine.org/projects/redmine/repository/entry/trunk/public/stylesheets/application.css#L568
Or you can install the projects_table plugin which works fine in my Redmine 3.4.4.
Greetings Bernhard