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
22b996f6
Commit
22b996f6
authored
Jul 23, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the shiv back to the header
parent
4012dbf2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
8 deletions
+13
-8
lms/static/sass/multicourse/_about_pages.scss
+1
-1
lms/templates/main.html
+4
-4
lms/templates/static_templates/help.html
+8
-3
No files found.
lms/static/sass/multicourse/_about_pages.scss
View file @
22b996f6
...
...
@@ -146,7 +146,7 @@
}
}
.faq
{
.faq
,
.help
{
@include
clearfix
;
nav
.categories
{
...
...
lms/templates/main.html
View file @
22b996f6
...
...
@@ -13,6 +13,10 @@
<
%
static:js
group=
'main_vendor'
/>
<
%
block
name=
"headextra"
/>
<!--[if lt IE 9]>
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
<meta
name=
"path_prefix"
content=
"${MITX_ROOT_URL}"
>
</head>
...
...
@@ -27,10 +31,6 @@
<
%
static:js
group=
'application'
/>
<!--[if lt IE 9]>
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
<
%
block
name=
"js_extra"
/>
</body>
</html>
lms/templates/static_templates/help.html
View file @
22b996f6
...
...
@@ -9,8 +9,14 @@
<h1>
Help
</h1>
<hr
class=
"horizontal-divider"
>
<div
class=
"inner-wrapper"
>
<section>
<dl>
<dt>
This is a faq question?
</dt>
<dd>
This is the answer for that question
</dd>
</dl>
</section>
<section>
<h2>
Help email
</h2>
<ul>
...
...
@@ -19,6 +25,5 @@
<li><p>
Bug reports:
<a
href=
"mailto:bugs@edx.org"
>
bugs@edx.org
</a></p></li>
<li><p>
Suggestions:
<a
href=
"mailto:suggestions@edx.org"
>
suggestions@edx.org
</a></p></li>
</ul>
</div>
</section>
</section>
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