diff --git a/frontend/app/pages/dashboard/student.vue b/frontend/app/pages/dashboard/student/index.vue similarity index 97% rename from frontend/app/pages/dashboard/student.vue rename to frontend/app/pages/dashboard/student/index.vue index 6818946..51fb996 100644 --- a/frontend/app/pages/dashboard/student.vue +++ b/frontend/app/pages/dashboard/student/index.vue @@ -76,7 +76,7 @@ const { data, error } = await useSanctumFetch('/api/internships'); Editovať + :to="'/dashboard/student/internship/edit/' + item.id">Editovať Zmazať diff --git a/frontend/app/pages/dashboard/student/internship/edit/[id].vue b/frontend/app/pages/dashboard/student/internship/edit/[id].vue new file mode 100644 index 0000000..dacf34a --- /dev/null +++ b/frontend/app/pages/dashboard/student/internship/edit/[id].vue @@ -0,0 +1,31 @@ + + + + + \ No newline at end of file