Project

General

Profile

Display projects hierarchy on welcome page

Added by em tv about 10 years ago

Hello all,

first of all, thanks for this great tool.

I'd like to modify the way the latest projects are displayed on the welcome page.
Without any modification, projects are displayed from latest to oldest without showing the hierarchy between them, and I'd like to know how to make it apparent, as on the projects index page.

For example, currently the projects are shown like this :

  • project 1.1 - which is a subproject of project 1 - (created 2013-12-26)
  • project 2 (created 2013-12-22)
  • project 1 (created 2013-12-20)

and I would like to have them display like this :

  • project 2 (created 2013-12-22)
  • project 1 (created 2013-12-20)
    • project 1.1 - which is a subproject of project 1 - (created 2013-12-26)

I believe I need to copy the file app/views/welcome/index.html.erb to my custom plugin views directory and modify it but I can't find how to...
If anyone can help, it'd be greatly appreciated.

Thanks in advance,
em

Environment:
Redmine version 2.3.3.stable
Ruby version 1.8.7-p352 (2011-06-30) [i686-linux]
Rails version 3.2.13