We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde7932 commit 49b00cdCopy full SHA for 49b00cd
app/views/lectures/edit.html.erb
@@ -2,5 +2,5 @@
2
3
<%= render 'form', lecture: @lecture, render_enrolment_key: true %>
4
5
-<%= link_to 'Back', course_lectures_path(course_id:@lecture.course.id, id: @lecture.id) %> |
+<%= link_to 'Back', course_lecture_path(course_id:@lecture.course.id, id: @lecture.id) %> |
6
<%= link_to 'Delete', course_lecture_path(course_id:@lecture.course.id, id: @lecture.id), method: :delete, data: { confirm: 'Are you sure?' } %>
0 commit comments