unsaved changed

This commit is contained in:
Norm Rasmussen
2022-04-19 16:09:16 -04:00
parent b6033de193
commit bdc2834e51
5 changed files with 5 additions and 9 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -34,7 +34,7 @@
text-shadow: none;
float: right;
align: center;
color: white;
color: #cc0033;
font-weight: 700;
font-size: 10px;'
}

View File

@ -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 %}