mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-04 22:59:47 +00:00
Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@21079 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
<% if @watchables.size == 1 %>
|
|
<%= render(:partial => 'watchers/set_watcher',
|
|
:locals => {:watched => @watchables, :user => User.current}) %>
|
|
<% end %>
|