Skip to content

Commit 2d346ba

Browse files
Enabled Join lecture button
1 parent 493bd83 commit 2d346ba

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

.env.example

Lines changed: 0 additions & 46 deletions
This file was deleted.

resources/views/courses/show.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
@break
219219
@endif
220220
@endforeach
221+
<a href="http://127.0.0.1:3000/{{$course->course_code}}?user={{Auth::user()->email}}" class="btn btn-warning" target="_blank">Join Lecture</a>
221222
</div>
222223
</div>
223224
</div>

0 commit comments

Comments
 (0)