This work removes most references to XSeries from the LMS in an attempt to be more general. ECOM-5018.
8 lines
360 B
Plaintext
8 lines
360 B
Plaintext
<div class="certificate-container">
|
|
<h2 class="hd-6"><%- gettext('Program Certificates') %></h2>
|
|
<img src="<%- sampleCertImageSrc %>" alt="">
|
|
<% _.each(certificatesData, function(certificate){ %>
|
|
<a class="certificate-link" href="<%- gettext(certificate.credential_url) %>"><%- gettext(certificate.display_name) %></a>
|
|
<% }); %>
|
|
</div>
|