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
9c77c429
Commit
9c77c429
authored
May 03, 2016
by
Chris Rodriguez
Committed by
Bill DeRusha
May 24, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moving main element up higher to not conflict with chart
parent
14c02628
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
lms/templates/courseware/progress.html
+4
-5
No files found.
lms/templates/courseware/progress.html
View file @
9c77c429
...
@@ -33,10 +33,9 @@ from django.utils.http import urlquote_plus
...
@@ -33,10 +33,9 @@ from django.utils.http import urlquote_plus
<
%
include
file=
"/courseware/course_navigation.html"
args=
"active_page='progress'"
/>
<
%
include
file=
"/courseware/course_navigation.html"
args=
"active_page='progress'"
/>
<div
class=
"container"
>
<main
id=
"main"
aria-label=
"Content"
tabindex=
"-1"
>
<div
class=
"container"
>
<div
class=
"profile-wrapper"
>
<div
class=
"profile-wrapper"
>
<main
id=
"main"
aria-label=
"Content"
tabindex=
"-1"
>
<div
class=
"course-info"
id=
"course-info-progress"
aria-label=
"${_('Course Progress')}"
>
<div
class=
"course-info"
id=
"course-info-progress"
aria-label=
"${_('Course Progress')}"
>
% if staff_access and studio_url is not None:
% if staff_access and studio_url is not None:
<div
class=
"wrap-instructor-info"
>
<div
class=
"wrap-instructor-info"
>
...
@@ -219,6 +218,6 @@ from django.utils.http import urlquote_plus
...
@@ -219,6 +218,6 @@ from django.utils.http import urlquote_plus
</div>
<!--End chapters-->
</div>
<!--End chapters-->
</div>
</div>
</main>
</div>
</div>
</div>
</div>
</main>
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