This commit is contained in:
Norm Rasmussen
2022-08-30 17:15:34 -04:00
parent a48b951b26
commit 486665f48f
71 changed files with 3065 additions and 3244 deletions

View File

@ -226,6 +226,8 @@
</div>
</div>
</footer>
<style>
.footer {
background: #1E2423;

View File

@ -41,12 +41,12 @@
href="{% route course_enrollment, code: course.enrollment_code %}"
{% endif %}>
{% if course.started? %}
Continue course
Continue Watching
{% else %}
{% if course.enrolled? %}
Start Course
{% else %}
Enroll in course
Watch Video
{% endif %}
{% endif %}
</a>
@ -386,4 +386,4 @@
window.location.replace('{% route course_viewer, course_id: course.id, learning_path_id: params.learning_path_id %}')
})
}
</script>
</script>