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
6c1f7095
Commit
6c1f7095
authored
Mar 10, 2016
by
Matjaz Gregoric
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11547 from open-craft/remove-course-about-nav
Remove course about 'Overview' link/tab.
parents
770a45b7
3ad0a007
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
44 deletions
+0
-44
lms/static/sass/multicourse/_course_about.scss
+0
-35
lms/templates/courseware/course_about.html
+0
-9
No files found.
lms/static/sass/multicourse/_course_about.scss
View file @
6c1f7095
...
...
@@ -260,41 +260,6 @@
}
}
}
nav
{
border-bottom
:
1px
solid
$border-color-2
;
@include
box-sizing
(
border-box
);
@include
clearfix
();
margin
:
40px
0
;
width
:
flex-grid
(
12
);
&
:
:
after
{
@extend
%faded-hr-divider
;
content
:
""
;
display
:
none
;
}
a
{
border-bottom
:
3px
solid
transparent
;
color
:
$lighter-base-font-color
;
display
:
inline-block
;
letter-spacing
:
1px
;
margin
:
0
15px
;
padding
:
0px
5px
15px
;
text-align
:
center
;
text-transform
:
lowercase
;
&
:first-child
{
margin-left
:
0px
;
}
&
:hover
,
&
:active
,
&
:focus
{
border-color
:
$border-color-2
;
color
:
$base-font-color
;
text-decoration
:
none
;
}
}
}
}
.details
{
...
...
lms/templates/courseware/course_about.html
View file @
6c1f7095
...
...
@@ -210,15 +210,6 @@ from openedx.core.lib.courses import course_image_url
</div>
% endif
<nav
aria-label=
"${_('Course About')}"
>
<a
href=
"#"
class=
"active"
>
${_("Overview")}
</a>
##
<a
href=
"#"
>
${_("FAQ")}
</a>
##
<a
href=
"#"
>
${_("Requirements")}
</a>
##
<a
href=
"#"
>
${_("Text-book")}
</a>
##
<a
href=
"#"
>
${_("Syllabus")}
</a>
##
<a
href=
"#"
>
${_("Reviews")}
</a>
</nav>
<div
class=
"inner-wrapper"
>
${get_course_about_section(request, course, "overview")}
</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