diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-04-05 12:09:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-04-05 12:09:15 +0000 |
commit | e3dae9ddbf46353df67a1cc155de6b05a58bfa35 (patch) | |
tree | 2b9ceda31b34dac2d53743c2eb405a503e68306a /app/views/issues/show.rhtml | |
parent | 1af6527e427bcfeba189eac10c3642fa177dfa6e (diff) | |
download | redmine-e3dae9ddbf46353df67a1cc155de6b05a58bfa35.tar.gz redmine-e3dae9ddbf46353df67a1cc155de6b05a58bfa35.zip |
Cleaner way to handle the replacement of watch links (#8071).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5320 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues/show.rhtml')
-rw-r--r-- | app/views/issues/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index cfe0288ff..7d1871619 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -98,7 +98,7 @@ <div style="clear: both;"></div> -<%= render :partial => 'action_menu', :locals => {:replace_watcher => 'watcher2' } %> +<%= render :partial => 'action_menu' %> <div style="clear: both;"></div> <% if authorize_for('issues', 'edit') %> |