We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
selected="selected"
1 parent fb98844 commit 96a8a80Copy full SHA for 96a8a80
app/views/all_casa_admins/patch_notes/_patch_note.html.erb
@@ -5,7 +5,7 @@
5
<label for="patch-note-<%= patch_note.id %>-type">Patch Note Type:</label>
6
<select id="patch-note-<%= patch_note.id %>-type" disabled="true">
7
<% @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 %>>
+ <option value="<%= patch_note_type.id %>" <% if patch_note_type.id === patch_note.patch_note_type_id %> selected="selected" <% end %>>
9
<%= patch_note_type.name %>
10
</option>
11
<% end %>
0 commit comments