##// END OF EJS Templates
remove trailing white-spaces from app/views/workflows/copy.rhtml....
Toshi MARUYAMA -
r6559:e169d843fe0f
parent child
Show More
@@ -7,16 +7,16
7 7 <legend><%= l(:label_copy_source) %></legend>
8 8 <p>
9 9 <label><%= l(:label_tracker) %></label>
10 <%= select_tag('source_tracker_id',
10 <%= select_tag('source_tracker_id',
11 11 "<option value=\"\">--- #{l(:actionview_instancetag_blank_option)} ---</option>" +
12 "<option value=\"any\">--- #{ l(:label_copy_same_as_target) } ---</option>" +
12 "<option value=\"any\">--- #{ l(:label_copy_same_as_target) } ---</option>" +
13 13 options_from_collection_for_select(@trackers, 'id', 'name', @source_tracker && @source_tracker.id)) %>
14 14 </p>
15 15 <p>
16 16 <label><%= l(:label_role) %></label>
17 17 <%= select_tag('source_role_id',
18 18 "<option value=\"\">--- #{l(:actionview_instancetag_blank_option)} ---</option>" +
19 "<option value=\"any\">--- #{ l(:label_copy_same_as_target) } ---</option>" +
19 "<option value=\"any\">--- #{ l(:label_copy_same_as_target) } ---</option>" +
20 20 options_from_collection_for_select(@roles, 'id', 'name', @source_role && @source_role.id)) %>
21 21 </p>
22 22 </fieldset>
General Comments 0
You need to be logged in to leave comments. Login now