Merge pull request #17013 from edx/McKenzieW/learner-3704

fix entitlement email settings list item class
This commit is contained in:
Fred Smith
2017-12-22 08:08:57 -05:00
committed by GitHub

View File

@@ -44,7 +44,7 @@ dropdown_btn_id = "entitlement-actions-dropdown-btn-{}".format(dashboard_index)
</li>
% endif
% if show_email_settings:
<li class="entitlement-actions-item" id="actions-item-email-settings-${dashboard_index}" role="menuitem">
<li class="actions-item" id="actions-item-email-settings-${dashboard_index}" role="menuitem">
## href and rel must be defined for compatibility with lms/static/js/leanModal.js
## data-dropdown-selector and data-dropdown-button-selector must be defined for compatibility with lms/static/js/dashboard/dropdown.js
<a href="#email-settings-modal" class="entitlement-action action-email-settings" rel="leanModal"