Fix notes
This commit is contained in:
parent
d1a4eeea30
commit
c2d1cb6ce7
3 changed files with 8 additions and 2 deletions
|
|
@ -3,6 +3,9 @@ h1
|
|||
|
||||
= render @page
|
||||
|
||||
= turbo_frame_tag(dom_id(@page, :notes)) do
|
||||
= render partial: "pages/notes", locals: { page: @page }
|
||||
|
||||
.action-row
|
||||
= link_to t("scaffold.link_edit", model: @page.model_name.human), edit_page_path(@page)
|
||||
= link_to t("scaffold.link_index", model: @page.model_name.human(count: 2)), report_pages_path(@page.report)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue