Skip to content

Commit

Permalink
Fix typo in issue types
Browse files Browse the repository at this point in the history
This typo was introduced in #10120 when we addressed a RuboCop offense

Fixes #10260
  • Loading branch information
Dany Marcoux committed Oct 6, 2020
1 parent 4ceff9c commit b213f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/views/webui/patchinfo/form/_issues.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%small.form-text.text-danger#ajax-error-message

.list-group.mt-3#issues
- issue_types = ['issueid', 'issuetracker', 'issueurl', 'issuesumi']
- issue_types = ['issueid', 'issuetracker', 'issueurl', 'issuesum']
- issues.to_a.each do |issue|
- issue_name = "#{issue[1]}_#{issue[0]}"
.list-group-item.flex-column.align-items-start.issue-element{ id: "issue_#{issue_name}" }
Expand Down

0 comments on commit b213f51

Please sign in to comment.