Fix Rails/CompactBlank cop (#31581)
				
					
				
			This commit is contained in:
		@@ -86,7 +86,7 @@ module ApplicationHelper
 | 
			
		||||
  def html_title
 | 
			
		||||
    safe_join(
 | 
			
		||||
      [content_for(:page_title).to_s.chomp, title]
 | 
			
		||||
      .select(&:present?),
 | 
			
		||||
      .compact_blank,
 | 
			
		||||
      ' - '
 | 
			
		||||
    )
 | 
			
		||||
  end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user