Skip to content

Commit

Permalink
fixed definition display in 'All Languages' mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorf committed Feb 11, 2025
1 parent 1bcd7e9 commit 0930391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/concepts/_details.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- c.add_sections(['definition']) do |v|
%div.d-flex.justify-content-between.align-items-center
%div.d-flex.flex-column
%div= display_in_multiple_languages([v].to_h, style_as_badge: true)
%div= display_in_multiple_languages(v.is_a?(Array) ? [v].to_h : v)
%div
%div.w-100{'data-controller': 'change-requests', turbo_frame: '_top'}
%div{id: 'editDefinitionFormDiv', 'data-change-requests-target': 'proposalForm'}
Expand Down

0 comments on commit 0930391

Please sign in to comment.