Added by Eldad Stainbook over 13 years ago
Hi all,
We have lots of projects (we are a software dev company) and in the main project screen we have to scroll allot to see all project however it's onlu one row and half of the screen is empty , how can i change it so it will have two rows and less scrolling?
cheers
Eldad
Check your app/views/projects/index.html.erb
file; it calls ProjectsHelper#render_project_hierarchy
in app/helpers/projects_helper.rb
.