Commit 1171d0ec by Brian Talbot

Merge pull request #5555 from edx/talbs/fix-studio-rerun-notification

Studio: FIX - Course Rerun Outline Notification Icon Display
parents 26a94afb 0a633eaf
...@@ -40,7 +40,7 @@ from contentstore.utils import reverse_usage_url ...@@ -40,7 +40,7 @@ from contentstore.utils import reverse_usage_url
%if notification_dismiss_url is not None: %if notification_dismiss_url is not None:
<div class="wrapper wrapper-alert wrapper-alert-announcement is-shown"> <div class="wrapper wrapper-alert wrapper-alert-announcement is-shown">
<div class="alert announcement has-actions"> <div class="alert announcement has-actions">
<i class="alert-symbol icon-bullhorn"></i> <i class="feedback-symbol icon-bullhorn"></i>
<div class="copy"> <div class="copy">
<h2 class="title title-3">${_("This course was created as a re-run. Some manual configuration is needed.")}</h2> <h2 class="title title-3">${_("This course was created as a re-run. Some manual configuration is needed.")}</h2>
......
<div id="page-alert"> <div id="page-alert">
<div class="wrapper wrapper-alert wrapper-alert-announcement is-shown"> <div class="wrapper wrapper-alert wrapper-alert-announcement is-shown">
<div class="alert announcement has-actions"> <div class="alert announcement has-actions">
<i class="alert-symbol icon-bullhorn"></i> <i class="feedback-symbol icon-bullhorn"></i>
<div class="copy"> <div class="copy">
<h2 class="title title-3">This course was created as a re-run. Some manual configuration is needed.</h2> <h2 class="title title-3">This course was created as a re-run. Some manual configuration is needed.</h2>
......
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