Cleaned up some files. small changes to a Talkspace template.
This commit is contained in:
BIN
Custom_Templates/customer_templates/.DS_Store
vendored
BIN
Custom_Templates/customer_templates/.DS_Store
vendored
Binary file not shown.
@ -17,25 +17,4 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<a
|
{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big" %}
|
||||||
class="np-top-button np-button-font-color np-button np-button-big"
|
|
||||||
{% if learning_path.enrolled? %}
|
|
||||||
{% if learning_path.current_item.course? %}
|
|
||||||
href="{% route learning_path_course, id: learning_path.current_item.id, learning_path_id: learning_path.id %}"
|
|
||||||
{% elsif learning_path.current_item.training_event? %}
|
|
||||||
href="{% route training_session, id: learning_path.current_item.id %}"
|
|
||||||
{% endif %}
|
|
||||||
{% else %}
|
|
||||||
href="{% route learning_path_enrollment, code: learning_path.enrollment_code %}"
|
|
||||||
{% endif %}
|
|
||||||
>
|
|
||||||
{% if learning_path.enrolled? == false %}
|
|
||||||
{% t shared.enroll %}
|
|
||||||
{% elsif learning_path.started? == false %}
|
|
||||||
{% t shared.learning_path.start %}
|
|
||||||
{% elsif learning_path.completed? %}
|
|
||||||
{% t shared.learning_path.view %}
|
|
||||||
{% else %}
|
|
||||||
{% t shared.continue %}
|
|
||||||
{% endif %}
|
|
||||||
</a>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user