diff options
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') %> |