|
@@ -59,7 +59,7 @@
|
|
{{ $hideScale := .takenCourses.hideScale }}
|
|
{{ $hideScale := .takenCourses.hideScale }}
|
|
<table>
|
|
<table>
|
|
<thead>
|
|
<thead>
|
|
- <th>{{ i18n "course_name"}}</th>
|
|
|
|
|
|
+ <th class="course-name-header">{{ i18n "course_name"}}</th>
|
|
{{ if not $hideScale }}<th>{{ i18n "total_credit"}}</th>{{ end }}
|
|
{{ if not $hideScale }}<th>{{ i18n "total_credit"}}</th>{{ end }}
|
|
<th>{{ i18n "obtained_credit"}}</th>
|
|
<th>{{ i18n "obtained_credit"}}</th>
|
|
</thead>
|
|
</thead>
|