:hovers and layout
Some checks failed
/ Run tests (push) Failing after 1m37s
/ Run system tests (push) Failing after 1m42s
/ Build, push and deploy image (push) Has been skipped

This commit is contained in:
david 2024-11-09 01:25:47 +01:00
parent c2d1cb6ce7
commit ab335decd3
2 changed files with 17 additions and 37 deletions

View file

@ -11,13 +11,13 @@ h1
.smb-4.lead.mb-3
= @report.comment
.row
.col-lg-4.col-md-6.col-sm-12
.col-lg-3.col-md-4.col-sm-12
.page_nav.sticky-top
= render partial: "reports/page_nav", locals: { report: @report, current_page: @current_page }
- if @current_page && false
= turbo_frame_tag(dom_id(@current_page, :notes)) do
= render partial: "pages/notes", locals: { page: @current_page }
.col-lg-8.col-md-6.col-sm-12
.col-lg-9.col-md-7.col-sm-12
- if @current_page
= render @current_page
- else