Fix haml-lint rubocop style negation cops (#26057)
This commit is contained in:
		
							parent
							
								
									b8931311a0
								
							
						
					
					
						commit
						b3f48089e6
					
				
					 3 changed files with 4 additions and 4 deletions
				
			
		|  | @ -32,7 +32,7 @@ | |||
|       .fields-group | ||||
|         = text_area_tag :text, nil, placeholder: t('admin.reports.summary.warning_placeholder') | ||||
| 
 | ||||
|       - if !@report.other? | ||||
|       - unless @report.other? | ||||
|         %p | ||||
|           %strong= t('user_mailer.warning.reason') | ||||
|           = t("user_mailer.warning.categories.#{@report.category}") | ||||
|  |  | |||
|  | @ -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 a new issue