diff options
Diffstat (limited to 'resources/views/edit/shared-note.phtml')
| -rw-r--r-- | resources/views/edit/shared-note.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/edit/shared-note.phtml b/resources/views/edit/shared-note.phtml index 7833e34268..50951decc3 100644 --- a/resources/views/edit/shared-note.phtml +++ b/resources/views/edit/shared-note.phtml @@ -2,7 +2,7 @@ <h2 class="wt-page-title"><?= $title ?></h2> -<form method="post" action="<?= e(route('edit-note-object-action')) ?>" class="wt-page-options"> +<form method="post" action="<?= e(route('edit-note-object-action', ['tree' => $tree->name(), 'xref' => $note->xref()])) ?>" class="wt-page-options"> <?= csrf_field() ?> <div class="row form-group"> |
