Skip to content

Commit 96a8a80

Browse files
committed
Keep selected="selected"
1 parent fb98844 commit 96a8a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/all_casa_admins/patch_notes/_patch_note.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<label for="patch-note-<%= patch_note.id %>-type">Patch Note Type:</label>
66
<select id="patch-note-<%= patch_note.id %>-type" disabled="true">
77
<% @patch_note_types&.each do |patch_note_type| %>
8-
<option value="<%= patch_note_type.id %>" <% if patch_note_type.id === patch_note.patch_note_type_id %> selected <% end %>>
8+
<option value="<%= patch_note_type.id %>" <% if patch_note_type.id === patch_note.patch_note_type_id %> selected="selected" <% end %>>
99
<%= patch_note_type.name %>
1010
</option>
1111
<% end %>

0 commit comments

Comments
 (0)