Merge remote-tracking branch 'upstream/pull/5380'
This commit is contained in:
commit
2cb1462602
2 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
<div class="mb-3 col-md-auto">
|
||||
<%= select_tag :issue_type,
|
||||
options_for_select(@issue_types, params[:issue_type]),
|
||||
options_for_select(@issue_types.map { |issue_type| [issue_type.constantize.model_name.human, issue_type] }, params[:issue_type]),
|
||||
:include_blank => t(".select_type"),
|
||||
:data => { :behavior => "category_dropdown" },
|
||||
:class => "form-select" %>
|
||||
|
|
|
@ -59,6 +59,7 @@ en:
|
|||
message: "Message"
|
||||
node: "Node"
|
||||
node_tag: "Node Tag"
|
||||
note: "Note"
|
||||
old_node: "Old Node"
|
||||
old_node_tag: "Old Node Tag"
|
||||
old_relation: "Old Relation"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue