unsaved changed
This commit is contained in:
@ -54,10 +54,6 @@ the client wants to revert back. My categories boxes are below. {% endcomment %}
|
||||
{{ course.name }}
|
||||
</p>
|
||||
<div class="np-card-content-footer">
|
||||
{% capture course_path %}{% route course, id: course.id %}{% endcapture %}
|
||||
{% if course.has_to_restart? %}
|
||||
{% include "course_version_outdated_popup", path: course_path %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
{% t shared.progress, count: course.progress %}
|
||||
</div>
|
||||
</div>
|
||||
<div class= "np-card-course-details" style='float: right; align-text: center; color: #cc0033; font-weight: 700; font-size: 10px;'>
|
||||
<div class= "np-card-course-details">
|
||||
{% include "course_details" %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="np-card-training-session-date-day">
|
||||
{% if training_event.sessions.first.day < 10 %}0{% endif %}{{ training_event.sessions.first.day }}
|
||||
{% if training_event.sessions.first.day < 10 %}0{% endif %}{{ training_event.sessions.first.day }}
|
||||
</div>
|
||||
<div class="np-button-background-color np-card-training-session-date-bar" style='border-right: 16px solid #006161;'></div>
|
||||
</div>
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
text-shadow: none;
|
||||
float: right;
|
||||
align: center;
|
||||
color: white;
|
||||
color: #cc0033;
|
||||
font-weight: 700;
|
||||
font-size: 10px;'
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{% comment %}<div class="np-top-cta-progress-content">
|
||||
w<div class="np-top-cta-progress-content">
|
||||
<div class="np-top-cta-progress-title np-text-title">
|
||||
{% t .header %}
|
||||
</div>
|
||||
@ -43,4 +43,4 @@
|
||||
{% t shared.continue %}
|
||||
{% endif %}
|
||||
</a>
|
||||
{% endif %}{% endcomment %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user