forked from openedx/edx-platform
-
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.
Merge pull request #337 from ucsd-ets/release-candidate
Release-2020-04-01
- Loading branch information
Showing
83 changed files
with
532 additions
and
380 deletions.
There are no files selected for viewing
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
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
2 changes: 1 addition & 1 deletion
2
cms/templates/js/add-xblock-component-support-legend.underscore
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<label for="course-modes"><%= gettext("Choose mode") %></label> | ||
<label for="course-modes"><%- gettext("Choose mode") %></label> | ||
<select id="course-modes"> | ||
<% _.each(course_modes, function(course_mode) { %> | ||
<option value= "<%= course_mode %>"><%= course_mode %></option> | ||
<option value= "<%- course_mode %>"><%- course_mode %></option> | ||
<% }); %> | ||
</select> | ||
<a href=<%= certificate_web_view_url %> class="button preview-certificate-link" target="_blank"> | ||
<%= gettext("Preview Certificate") %> | ||
<a href=<%- certificate_web_view_url %> class="button preview-certificate-link" rel="noopener" target="_blank"> | ||
<%- gettext("Preview Certificate") %> | ||
</a> | ||
<button class="button activate-cert"> | ||
<span> | ||
<% if(!is_active) { %> | ||
<%= gettext("Activate") %></span> | ||
<%- gettext("Activate") %></span> | ||
<% } else { %> | ||
<%= gettext("Deactivate") %></span> | ||
<%- gettext("Deactivate") %></span> | ||
<% } %> | ||
</button> |
Oops, something went wrong.