Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
0a633eaf
Commit
0a633eaf
authored
Oct 10, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Studio: resolving post-course rerun outline UI alert icon display issue
UX-1054
parent
f1c81d42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
cms/templates/course_outline.html
+1
-1
cms/templates/js/mock/mock-course-rerun-notification.underscore
+2
-3
No files found.
cms/templates/course_outline.html
View file @
0a633eaf
...
...
@@ -40,7 +40,7 @@ from contentstore.utils import reverse_usage_url
%if notification_dismiss_url is not None:
<div
class=
"wrapper wrapper-alert wrapper-alert-announcement is-shown"
>
<div
class=
"alert announcement has-actions"
>
<i
class=
"
alert
-symbol icon-bullhorn"
></i>
<i
class=
"
feedback
-symbol icon-bullhorn"
></i>
<div
class=
"copy"
>
<h2
class=
"title title-3"
>
${_("This course was created as a re-run. Some manual configuration is needed.")}
</h2>
...
...
cms/templates/js/mock/mock-course-rerun-notification.underscore
View file @
0a633eaf
<div id="page-alert">
<div class="wrapper wrapper-alert wrapper-alert-announcement is-shown">
<div class="alert announcement has-actions">
<i class="
alert
-symbol icon-bullhorn"></i>
<i class="
feedback
-symbol icon-bullhorn"></i>
<div class="copy">
<h2 class="title title-3">This course was created as a re-run. Some manual configuration is needed.</h2>
...
...
@@ -21,4 +21,4 @@
</ul>
</div>
</div>
</div>
\ No newline at end of file
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment