Test layout
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.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]}"
|
||||
@@ -0,0 +1 @@
|
||||
=render 'error', error: @error
|
||||
@@ -2,7 +2,7 @@ doctype html
|
||||
html
|
||||
head
|
||||
title
|
||||
=t('app_name')
|
||||
= "Отчетность 2026"
|
||||
meta[name="viewport" content="width=device-width,initial-scale=1"]
|
||||
meta name="turbo-refresh-method" content="morph"
|
||||
= csrf_meta_tags
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
.header
|
||||
.header-title
|
||||
= "Организации"
|
||||
.main-container
|
||||
.organisations-data
|
||||
- @organisations.each do |organisation|
|
||||
.organisation-data
|
||||
- @info_about_organisation[organisation].keys.each do |key|
|
||||
.organisation-elem
|
||||
= "#{key}: #{@info_about_organisation[organisation][key]}"
|
||||
Reference in New Issue
Block a user