Merge pull request #24646 from edx/private_to_public_4cf3c00
Mergeback PR from private to public.
This commit is contained in:
@@ -1 +1 @@
|
||||
<abbr title="<%= date %>"></abbr>
|
||||
<abbr title="<%- date %>"></abbr>
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
<li class="team-member">
|
||||
<a class="member-profile" href="<%= memberProfileUrl %>">
|
||||
<img class="image-url" src="<%= imageUrl %>" alt="<%= username %>'s profile page" />
|
||||
<a class="member-profile" href="<%= memberProfileUrl /* xss-lint: disable=underscore-not-escaped */%>">
|
||||
<img class="image-url" src="<%= imageUrl /* xss-lint: disable=underscore-not-escaped */%>" alt="<%= username /* xss-lint: disable=underscore-not-escaped */%>'s profile page" />
|
||||
</a>
|
||||
<div class="member-info-container">
|
||||
<span class="primary"><%= username %></span>
|
||||
<span class="primary"><%= username /* xss-lint: disable=underscore-not-escaped */%></span>
|
||||
<div class="secondary">
|
||||
<span id="date-joined"><%= dateJoined %></span>
|
||||
<span id="date-joined"><%= dateJoined /* xss-lint: disable=underscore-not-escaped */%></span>
|
||||
<span> | </span>
|
||||
<span id="last-active"><%= lastActive %></span>
|
||||
<span id="last-active"><%= lastActive /* xss-lint: disable=underscore-not-escaped */%></span>
|
||||
</div>
|
||||
</div>
|
||||
<button class="action-remove-member" data-username="<%= username %>">
|
||||
<%- gettext("Remove") %><span class="sr"> <%= username %></span>
|
||||
<button class="action-remove-member" data-username="<%= username /* xss-lint: disable=underscore-not-escaped */%>">
|
||||
<%- gettext("Remove") %><span class="sr"> <%= username /* xss-lint: disable=underscore-not-escaped */%></span>
|
||||
</button>
|
||||
</li>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
return optionVal || default_value;
|
||||
},
|
||||
submitButton, resultNotification;
|
||||
|
||||
// xss-lint: disable=javascript-jquery-html
|
||||
this.$el.html(this.template({
|
||||
title: get_option_with_default('title', ''),
|
||||
inputLabel: get_option_with_default('inputLabel', ''),
|
||||
|
||||
Reference in New Issue
Block a user