Files
finreport-analyzer/app/views/auditors/index.html.slim
T

13 lines
436 B
Plaintext

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