Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blade template: Title does not reflect course name #9

Open
PWA-GouldA opened this issue Nov 20, 2019 · 0 comments
Open

Blade template: Title does not reflect course name #9

PWA-GouldA opened this issue Nov 20, 2019 · 0 comments

Comments

@PWA-GouldA
Copy link

PWA-GouldA commented Nov 20, 2019

Just did a little hunting, and noted that the course_enroll.blade.php file does not collect the course name for insertion into the title:

<title>Panel Structure</title>

Replace with:
<title>{{ Request::segment(2) }}</title>
to give course slug in title.

Better would be to have the Course Title as saved in system rather than the slugged version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant