10 lines
343 B
Plaintext
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]}" |