2 Commity 03e76631c7 ... 6e76fde419

Autor SHA1 Správa Dátum
  Ricardo García Jiménez 6e76fde419 feat: Agrega enlaces para visulizar y editar la nota en el sitio web 1 mesiac pred
  Ricardo García Jiménez 03e76631c7 feat: Agrega enlaces para visulizar y editar la nota en el sitio web 1 mesiac pred
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/Views/notes/edit.php

+ 1 - 1
app/Views/notes/edit.php

@@ -12,7 +12,7 @@
     < Back
   </a>
 
-  <a target="_blank" href="<?= Url::build(['notes', $note['id']]) ?>">
+  <a href="<?= Url::build(['notes', $note['id']]) ?>">
     View
   </a>
 </div>