Small Luminate templates.
This commit is contained in:
@ -170,6 +170,7 @@
|
||||
{% include "homepage_ongoing_training", items: catalog_courses %}
|
||||
|
||||
{% include "homepage_topics" %}
|
||||
{%- comment -%}
|
||||
<button
|
||||
type="button"
|
||||
class="popup-trigger"
|
||||
@ -190,6 +191,7 @@
|
||||
Click
|
||||
</button>
|
||||
</main>
|
||||
{%- endcomment -%}
|
||||
{% include "footer" %}
|
||||
|
||||
<div
|
||||
@ -200,6 +202,8 @@
|
||||
aria-describedby="dialogContent"
|
||||
aria-hidden="true">
|
||||
<section class="first-time-user-popup-container">
|
||||
<a href="javascript:setPopupSeenProperty('/app/dashboard')"
|
||||
class="secondary" data-toggle-trigger-off style="display: block; color:black; padding: 14px 0 0 15px"> <i class="fa fa-times"></i></a>
|
||||
<div id="dialogContent" class="first-time-user-popup-content">
|
||||
<div class="modal-headline">
|
||||
{% if current_person.first_name %}👋 Hi, {{ current_person.first_name }}!{% endif %}
|
||||
@ -231,6 +235,8 @@
|
||||
aria-describedby="dialogContent"
|
||||
aria-hidden="true">
|
||||
<section class="survey-popup-container">
|
||||
<a href="javascript:setPopupSeenProperty('/app/dashboard')"
|
||||
class="secondary" data-toggle-trigger-off style="display: block; color: black; padding: 14px 0 0 15px"> <i class="fa fa-times"></i></a>
|
||||
<div id="dialogContent" class="survey-popup-content">
|
||||
<div class="modal-headline">Help us improve your experience!</div>
|
||||
<div class="modal-links">
|
||||
@ -577,4 +583,4 @@
|
||||
line-height: 58px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user