13 lines
449 B
Plaintext
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]}" |