##// END OF EJS Templates
replace tabs to spaces at app/views/watchers/_watchers.html.erb...
Toshi MARUYAMA -
r7118:a5ae3709bc05
parent child
Show More
@@ -9,18 +9,18
9 9 <h3><%= l(:label_issue_watchers) %> (<%= watched.watcher_users.size %>)</h3>
10 10
11 11 <% unless @watcher.nil? %>
12 <% remote_form_for(:watcher, @watcher,
13 :url => {:controller => 'watchers',
14 :action => 'new',
15 :object_type => watched.class.name.underscore,
16 :object_id => watched},
17 :method => :post,
18 :html => {:id => 'new-watcher-form'}) do |f| %>
19 <p><%= f.select :user_id, (watched.addable_watcher_users.collect {|m| [m.name, m.id]}), :prompt => "--- #{l(:actionview_instancetag_blank_option)} ---" %>
12 <% remote_form_for(:watcher, @watcher,
13 :url => {:controller => 'watchers',
14 :action => 'new',
15 :object_type => watched.class.name.underscore,
16 :object_id => watched},
17 :method => :post,
18 :html => {:id => 'new-watcher-form'}) do |f| %>
19 <p><%= f.select :user_id, (watched.addable_watcher_users.collect {|m| [m.name, m.id]}), :prompt => "--- #{l(:actionview_instancetag_blank_option)} ---" %>
20 20
21 <%= submit_tag l(:button_add) %>
22 <%= toggle_link l(:button_cancel), 'new-watcher-form'%></p>
23 <% end %>
21 <%= submit_tag l(:button_add) %>
22 <%= toggle_link l(:button_cancel), 'new-watcher-form'%></p>
23 <% end %>
24 24 <% end %>
25 25
26 26 <%= watchers_list(watched) %>
General Comments 0
You need to be logged in to leave comments. Login now