Skip to content

Commit

Permalink
fix rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Dec 11, 2023
1 parent 11a11fb commit 9c70153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/additional_tags/settings/_manage_tags.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
title: "#{l :button_check_all}/#{l :button_uncheck_all}"

th = l :field_name
- manageable_tag_columns.each do |_column, column_values|
- manageable_tag_columns.each_value do |column_values|
th = column_values[:label]
th
tbody
Expand Down

0 comments on commit 9c70153

Please sign in to comment.