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
3c2c2fb4
Commit
3c2c2fb4
authored
Jul 02, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - syncs up page subtitle labels with new main nav
parent
c89c409c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
cms/templates/asset_index.html
+1
-1
cms/templates/course_info.html
+1
-1
cms/templates/edit-tabs.html
+1
-1
cms/templates/overview.html
+3
-3
No files found.
cms/templates/asset_index.html
View file @
3c2c2fb4
...
...
@@ -40,7 +40,7 @@
<div
class=
"wrapper-mast wrapper"
>
<header
class=
"mast has-actions has-subtitle"
>
<h1
class=
"page-header"
>
<small
class=
"subtitle"
>
Co
urse Co
ntent
</small>
<small
class=
"subtitle"
>
Content
</small>
<span
class=
"sr"
>
>
</span>
Files
&
Uploads
</h1>
...
...
cms/templates/course_info.html
View file @
3c2c2fb4
...
...
@@ -44,7 +44,7 @@
<div
class=
"wrapper-mast wrapper"
>
<header
class=
"mast has-actions has-subtitle"
>
<h1
class=
"page-header"
>
<small
class=
"subtitle"
>
Co
urse Co
ntent
</small>
<small
class=
"subtitle"
>
Content
</small>
<span
class=
"sr"
>
>
</span>
Course Updates
</h1>
...
...
cms/templates/edit-tabs.html
View file @
3c2c2fb4
...
...
@@ -19,7 +19,7 @@
<div
class=
"wrapper-mast wrapper"
>
<header
class=
"mast has-actions has-subtitle"
>
<h1
class=
"page-header"
>
<small
class=
"subtitle"
>
Co
urse Co
ntent
</small>
<small
class=
"subtitle"
>
Content
</small>
<span
class=
"sr"
>
>
</span>
Static Pages
</h1>
...
...
cms/templates/overview.html
View file @
3c2c2fb4
...
...
@@ -121,7 +121,7 @@
<div
class=
"wrapper-mast wrapper"
>
<header
class=
"mast has-actions has-subtitle"
>
<h1
class=
"page-header"
>
<small
class=
"subtitle"
>
Co
urse Co
ntent
</small>
<small
class=
"subtitle"
>
Content
</small>
<span
class=
"sr"
>
>
</span>
Course Outline
</h1>
...
...
@@ -165,9 +165,9 @@
<span
class=
"published-status"
>
This section has not been released.
</span>
<a
href=
"#"
class=
"schedule-button"
data-date=
""
data-time=
""
data-id=
"${section.location}"
>
Schedule
</a>
%else:
<span
class=
"published-status"
><strong>
Will Release:
</strong>
<span
class=
"published-status"
><strong>
Will Release:
</strong>
${date_utils.get_default_time_display(section.lms.start)}
</span>
<a
href=
"#"
class=
"edit-button"
data-date=
"${start_date_str}"
<a
href=
"#"
class=
"edit-button"
data-date=
"${start_date_str}"
data-time=
"${start_time_str}"
data-id=
"${section.location}"
>
Edit
</a>
%endif
</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