forked from openfun/richie-site-factory
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🍱(edulib) update templates and asset to 1.10.0
update templates and asset to 1.10.0 but maintain icon font
- Loading branch information
Showing
10 changed files
with
116 additions
and
23 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
19 changes: 15 additions & 4 deletions
19
src/backend/funmooc/templates/courses/cms/course_detail.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 7 additions & 1 deletion
8
src/backend/funmooc/templates/courses/cms/fragment_organization_glimpse.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 10 additions & 2 deletions
12
src/backend/funmooc/templates/social-networks/footer-badges.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
{% load i18n %}{% spaceless %} | ||
<a href="https://www.facebook.com/EDUlib.org/" target="_blank" class="body-footer__brand__badge body-footer__brand__badge--facebook" title="{% trans "Facebook page" %}"> | ||
<a href="https://www.facebook.com/EDUlib.org/" | ||
class="body-footer__brand__badge body-footer__brand__badge--facebook" | ||
target="_blank" | ||
title="{% trans "Facebook page" %}" | ||
> | ||
<span class="icon-facebook"></span> | ||
</a> | ||
<a href="https://twitter.com/EDUlib_ORG" class="body-footer__brand__badge body-footer__brand__badge--twitter" target="_blank" title="{% trans "Twitter page" %}"> | ||
<a href="https://twitter.com/EDUlib_ORG" | ||
class="body-footer__brand__badge body-footer__brand__badge--twitter" | ||
target="_blank" | ||
title="{% trans "Twitter page" %}" | ||
> | ||
<span class="icon-twitter"></span> | ||
</a> | ||
{% endspaceless %} |