jjsv
This commit is contained in:
@ -226,6 +226,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<style>
|
||||
.footer {
|
||||
background: #1E2423;
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user