##// END OF EJS Templates
Fixed: hard coded English string at the selection of issue watchers (#4982)....
Jean-Philippe Lang -
r3427:12759fd41699
parent child
Show More
@@ -17,7 +17,7
17 :object_id => watched},
17 :object_id => watched},
18 :method => :post,
18 :method => :post,
19 :html => {:id => 'new-watcher-form'}) do |f| %>
19 :html => {:id => 'new-watcher-form'}) do |f| %>
20 <p><%= f.select :user_id, (watched.addable_watcher_users.collect {|m| [m.name, m.id]}), :prompt => true %>
20 <p><%= f.select :user_id, (watched.addable_watcher_users.collect {|m| [m.name, m.id]}), :prompt => "--- #{l(:actionview_instancetag_blank_option)} ---" %>
21
21
22 <%= submit_tag l(:button_add) %>
22 <%= submit_tag l(:button_add) %>
23 <%= toggle_link l(:button_cancel), 'new-watcher-form'%></p>
23 <%= toggle_link l(:button_cancel), 'new-watcher-form'%></p>
General Comments 0
You need to be logged in to leave comments. Login now