Auditor/Organisation layouts
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
.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]}"
|
||||
- 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]}"
|
||||
Reference in New Issue
Block a user