Defect #43175 » 0002-Fix-the-position-of-HTML-closing-tags.patch
app/views/issue_categories/destroy.html.erb | ||
---|---|---|
7 | 7 |
<% if @categories.size > 0 %> |
8 | 8 |
<label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_issue_category_reassign_to) %></label>: |
9 | 9 |
<%= label_tag "reassign_to_id", l(:description_issue_category_reassign), :class => "hidden-for-sighted" %> |
10 |
<%= select_tag 'reassign_to_id', options_from_collection_for_select(@categories, 'id', 'name') %></p>
|
|
10 |
<%= select_tag 'reassign_to_id', options_from_collection_for_select(@categories, 'id', 'name') %> |
|
11 | 11 |
<% end %> |
12 |
</p> |
|
12 | 13 |
</div> |
13 | 14 | |
14 | 15 |
<%= submit_tag l(:button_apply) %> |
- « Previous
- 1
- 2
- Next »