Commit f39cef25 by Marco Morales

Merge pull request #8440 from Stanford-Online/giulio/font-awesome-icon-main-platform-fixes

BUGFIX: fix  FA4 conversion for a few icons
parents cc85bfe8 0b741aa3
...@@ -284,7 +284,7 @@ from edxmako.shortcuts import marketing_link ...@@ -284,7 +284,7 @@ from edxmako.shortcuts import marketing_link
</header> </header>
<ol class="important-dates"> <ol class="important-dates">
<li class="important-dates-item"><i class="icon fa fa-info-sign"></i><p class="important-dates-item-title">${_("Course Number")}</p><span class="important-dates-item-text course-number">${course.display_number_with_default | h}</span></li> <li class="important-dates-item"><i class="icon fa fa-info-circle"></i><p class="important-dates-item-title">${_("Course Number")}</p><span class="important-dates-item-text course-number">${course.display_number_with_default | h}</span></li>
% if not course.start_date_is_still_default: % if not course.start_date_is_still_default:
<li class="important-dates-item"><i class="icon fa fa-calendar"></i><p class="important-dates-item-title">${_("Classes Start")}</p><span class="important-dates-item-text start-date">${course.start_datetime_text()}</span></li> <li class="important-dates-item"><i class="icon fa fa-calendar"></i><p class="important-dates-item-title">${_("Classes Start")}</p><span class="important-dates-item-text start-date">${course.start_datetime_text()}</span></li>
% endif % endif
......
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
</header> </header>
<div class="modal-header"> <div class="modal-header">
<h1>{% trans "Merge with current" %}</h1> <h1>{% trans "Merge with current" %}</h1>
<p class="lead"><i class="icon fa fa-info-sign"></i> {% trans "When you merge a revision with the current, all data will be retained from both versions and merged at its approximate location from each revision." %} <strong>{% trans "After this, it's important to do a manual review." %}</strong></p> <p class="lead"><i class="icon fa fa-info-circle"></i> {% trans "When you merge a revision with the current, all data will be retained from both versions and merged at its approximate location from each revision." %} <strong>{% trans "After this, it's important to do a manual review." %}</strong></p>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<iframe name="mergeWindow"></iframe> <iframe name="mergeWindow"></iframe>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<span class="icon fa fa-arrow-circle-o-up"></span>{% trans "Upload new file" %} <span class="icon fa fa-arrow-circle-o-up"></span>{% trans "Upload new file" %}
</a> </a>
<a class="btn" href="#" id="search-for-file-btn"> <a class="btn" href="#" id="search-for-file-btn">
<span class="icon fa fa-plus-sign"></span>{% trans "Search and add file" %} <span class="icon fa fa-plus-circle"></span>{% trans "Search and add file" %}
</a> </a>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment