Fix haml-lint rubocop style negation cops (#26057)
This commit is contained in:
		| @@ -92,7 +92,7 @@ | ||||
|             = t('simple_form.yes') | ||||
|           - else | ||||
|             = t('simple_form.no') | ||||
|     - if !@report.action_taken_by_account.nil? | ||||
|     - if @report.action_taken_by_account.present? | ||||
|       .report-header__details__item | ||||
|         .report-header__details__item__header | ||||
|           %strong= t('admin.reports.action_taken_by') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user