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 }}
|
{{ course.name }}
|
||||||
</p>
|
</p>
|
||||||
<div class="np-card-content-footer">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -40,7 +40,7 @@
|
|||||||
{% t shared.progress, count: course.progress %}
|
{% t shared.progress, count: course.progress %}
|
||||||
</div>
|
</div>
|
||||||
</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" %}
|
{% include "course_details" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="np-card-training-session-date-day">
|
<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>
|
||||||
<div class="np-button-background-color np-card-training-session-date-bar" style='border-right: 16px solid #006161;'></div>
|
<div class="np-button-background-color np-card-training-session-date-bar" style='border-right: 16px solid #006161;'></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
float: right;
|
float: right;
|
||||||
align: center;
|
align: center;
|
||||||
color: white;
|
color: #cc0033;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 10px;'
|
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">
|
<div class="np-top-cta-progress-title np-text-title">
|
||||||
{% t .header %}
|
{% t .header %}
|
||||||
</div>
|
</div>
|
||||||
@ -43,4 +43,4 @@
|
|||||||
{% t shared.continue %}
|
{% t shared.continue %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}{% endcomment %}
|
{% endif %}
|
||||||
Reference in New Issue
Block a user