diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-05-07 16:54:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-05-07 16:54:26 +0000 |
commit | 8e24c6458da011009685bf2bdb9b28e21e1f9249 (patch) | |
tree | 140d73d9c4378ee0c5b5539e15d5ebcfd5d31fe8 /app/views/projects/calendar.rhtml | |
parent | b748455d96644968303fb0a3777a93e6de80d0aa (diff) | |
download | redmine-8e24c6458da011009685bf2bdb9b28e21e1f9249.tar.gz redmine-8e24c6458da011009685bf2bdb9b28e21e1f9249.zip |
Added an option to see all versions in the roadmap view (including completed ones).
On calendar and gantt, versions are now clickable and link to the corresponding entry in the roadmap.
Since calendar and gantt are now cached, don't forget to empty your cache before restarting the application.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@516 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects/calendar.rhtml')
-rw-r--r-- | app/views/projects/calendar.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/calendar.rhtml b/app/views/projects/calendar.rhtml index 2a53831fe..48fdaf64d 100644 --- a/app/views/projects/calendar.rhtml +++ b/app/views/projects/calendar.rhtml @@ -74,7 +74,7 @@ while day <= @date_to </span> </div> <% else %> - <%= image_tag('milestone.png') %> <small><%= "#{l(:label_version)}: #{i.name}" %></small> + <small><%= link_to_version i, :class => "icon icon-package" %></small> <% end %> <% end %> </td> |