Cosmetics
Some checks failed
/ Run tests (push) Failing after 1m33s
/ Run system tests (push) Failing after 1m41s
/ Build, push and deploy image (push) Has been skipped

This commit is contained in:
david 2024-11-09 02:26:38 +01:00
parent ab335decd3
commit cde992a194
12 changed files with 53 additions and 49 deletions

View file

@ -1 +1 @@
<%= link_to "#{tag.i(class: "bi bi-plus-lg")}".html_safe, new_report_page_path(report), class: "btn btn-primary" %>
<%= link_to "#{tag.i(class: "bi bi-plus-lg")}".html_safe, new_report_page_path(report), class: "btn btn-secondary" %>

View file

@ -10,7 +10,16 @@ h1
- if @report.comment
.smb-4.lead.mb-3
= @report.comment
.row
- if @current_page
h2
i.bi.bi-file-earmark-check
=< @current_page.position
=< @current_page.path
p
'URL:
= @current_page.url
/ .border-top.my-3
.row
.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 }