Downloaded Harri Mcdonalds templates for the language picker. Slowly updating Luminates templates for the lang picker.
This commit is contained in:
@ -33,6 +33,11 @@
|
||||
{{course.properties.course_time}} Min
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="np-card-content-progress np-button-color">
|
||||
{% unless course.properties.course_points == 0 or course.properties.course_points =='missing property: course_points'%}
|
||||
Points: {{course.properties.course_points}}
|
||||
{% endunless %}
|
||||
</div>
|
||||
</div>
|
||||
{% capture course_path %}{% route course, id: course.id %}{% endcapture %}
|
||||
{% if course.has_to_restart? %}
|
||||
|
||||
Reference in New Issue
Block a user