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 0af89e1 commit 9b01d49Copy full SHA for 9b01d49
backend/src/main/resources/templates/course.html
@@ -31,6 +31,7 @@
31
<div id="detailsContainer" class="col-md-8 themed-grid-col" style="height:500px">
32
{{#course}}
33
<h2>{{title}}</h2>
34
+ <h6>By {{author.firstName}}</h6>
35
<img width="560" height="315" src="https://localhost:8443/courses/thumbnail/{{id}}" alt="Course Image">
36
<div class="mt-2">
37
{{#tags}}
backend/target/classes/templates/course.html
0 commit comments