2
0

Remove usage of assigns in controller specs (#30195)

This commit is contained in:
Matt Jankowski
2024-09-03 11:23:16 -04:00
committed by GitHub
parent ae363f0555
commit 5b595b8a5a
13 changed files with 66 additions and 51 deletions

View File

@@ -46,7 +46,7 @@
%th= t('imports.failures')
%tbody
- @recent_imports.each do |import|
%tr
%tr{ id: dom_id(import) }
%td= t("imports.types.#{import.type}")
%td
- if import.state_unconfirmed?