2 Commits 03e76631c7 ... 6e76fde419

Author SHA1 Message Date
  Ricardo García Jiménez 6e76fde419 feat: Agrega enlaces para visulizar y editar la nota en el sitio web 3 weeks ago
  Ricardo García Jiménez 03e76631c7 feat: Agrega enlaces para visulizar y editar la nota en el sitio web 3 weeks ago
1 changed files with 1 additions and 1 deletions
  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>