OSDN Git Service

Add a second action menu to IssuesController#show. (#4331)
authorEric Davis <edavis@littlestreamsoftware.com>
Thu, 3 Dec 2009 18:41:00 +0000 (18:41 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Thu, 3 Dec 2009 18:41:00 +0000 (18:41 +0000)
commite02da72947d21c85a86f49e2bdd98d06a2951939
tree986995302d2d35d8f715110fdc7d9b11c12bb2aa
parent97c5362cfecee611e8bcae4c9ea0353da20b2cea
Add a second action menu to IssuesController#show. (#4331)

Will have the update, log time, watch, copy, etc buttons.  Had to rework
how the watchers button works since it requires a unique DOM id for the
Ajax response.  Also modified the WatchersController to be able to replace
multiple sections of the page, e.g. two Watch links.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3119 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/watchers_controller.rb
app/helpers/watchers_helper.rb
app/views/issues/_action_menu.rhtml [new file with mode: 0644]
app/views/issues/show.rhtml
test/functional/watchers_controller_test.rb