Files
finreport-analyzer/app/views/auditors/index.html.slim
T
2026-03-12 10:14:15 +03:00

13 lines
449 B
Plaintext

.header
.header-title
= "Аудиторы"
.main-container
- unless @info_about_auditors.any?
= "Аудиторы не найдены"
- else
.informations-data.vh-50-height
- @info_about_auditors.each do |auditor, params|
.information-data
- params.keys.each do |key|
.information-elem
= "#{key}: #{params[key]}"