Files
finreport-analyzer/app/views/auditors/index.html.slim
T
2026-03-10 23:44:59 +03:00

10 lines
343 B
Plaintext

.header
.header-title
= "Аудиторы"
.main-container
.organisations-data
- @auditors.each do |auditor|
.organisation-data
- @info_about_auditors[auditor].keys.each do |key|
.organisation-elem
= "#{key}: #{@info_about_auditors[auditor][key]}"