Skip to content

Commit

Permalink
fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Dec 16, 2024
1 parent 88cd3f8 commit 1882f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_scaffold/helpers/action_link_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def display_action_link_group(link, record, options, &block)

def display_action_link_separator(options)
tag = options[:level_0_tag] || :a if options[:level].zero?
content_tag(tag || :li, ' '.html_safe, class: 'separator')
content_tag(tag || :li, ' '.html_safe, class: 'separator') # rubocop:disable Rails/OutputSafety
end

def display_action_link(link, content, record, options)
Expand Down

0 comments on commit 1882f80

Please sign in to comment.