2 Commit-ok 03e76631c7 ... 6e76fde419

Szerző SHA1 Üzenet Dátum
  Ricardo García Jiménez 6e76fde419 feat: Agrega enlaces para visulizar y editar la nota en el sitio web 1 hónapja
  Ricardo García Jiménez 03e76631c7 feat: Agrega enlaces para visulizar y editar la nota en el sitio web 1 hónapja
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>