Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
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
course-discovery
Commits
69b03e63
Commit
69b03e63
authored
Feb 08, 2017
by
tasawernawaz
Committed by
Tasawer Nawaz
Feb 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add course number on dashboad and course details page ECOM-6966
parent
b032a2f6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
0 deletions
+26
-0
course_discovery/templates/publisher/course_detail.html
+8
-0
course_discovery/templates/publisher/dashboard/_in_progress.html
+6
-0
course_discovery/templates/publisher/dashboard/_preview_ready.html
+6
-0
course_discovery/templates/publisher/dashboard/_published.html
+6
-0
No files found.
course_discovery/templates/publisher/course_detail.html
View file @
69b03e63
...
...
@@ -35,6 +35,14 @@
<div
class=
"info-item history-field-container"
>
<div
class=
"heading"
>
{% trans "Course Number" %}
</div>
<div
class=
"current number"
>
{{ object.number }}
</div>
<div
class=
"show-diff"
></div>
</div>
<div
class=
"info-item history-field-container"
>
<div
class=
"heading"
>
{% trans "Brief Description" %}
</div>
<div
class=
"current short_description"
>
{{ object.short_description }}
</div>
...
...
course_discovery/templates/publisher/dashboard/_in_progress.html
View file @
69b03e63
...
...
@@ -9,6 +9,9 @@
{% trans "Course Name" %}
</th>
<th
role=
"button"
>
{% trans "Course Number" %}
</th>
<th
role=
"button"
>
{% trans "Institution" %}
</th>
<th
role=
"button"
>
...
...
@@ -26,6 +29,9 @@
<a
href=
"{% url 'publisher:publisher_course_run_detail' course_run.id %}"
>
{{ course_run.title }}
</a>
</td>
<td>
{{ course_run.number }}
</td>
<td>
{% if course_run.course.organizations.first %}{{ course_run.course.organizations.first.name }}{% endif %}
</td>
<td>
...
...
course_discovery/templates/publisher/dashboard/_preview_ready.html
View file @
69b03e63
...
...
@@ -11,6 +11,9 @@
{% trans "Course Name" %}
</th>
<th
role=
"button"
>
{% trans "Course Number" %}
</th>
<th
role=
"button"
>
{% trans "Organization" %}
</th>
<th
role=
"button"
>
...
...
@@ -28,6 +31,9 @@
<a
href=
"{% url 'publisher:publisher_course_run_detail' course_run.id %}"
>
{{ course_run.title }}
</a>
</td>
<td>
{{ course_run.number }}
</td>
<td>
{% if course_run.course.organizations.first %}{{ course_run.course.organizations.first.name }}{% endif %}
</td>
<td>
...
...
course_discovery/templates/publisher/dashboard/_published.html
View file @
69b03e63
...
...
@@ -14,6 +14,9 @@
{% trans "Course Name" %}
</th>
<th
role=
"button"
>
{% trans "Course Number" %}
</th>
<th
role=
"button"
>
{% trans "Organization" %}
</th>
<th
role=
"button"
>
...
...
@@ -37,6 +40,9 @@
<a
href=
"{% url 'publisher:publisher_course_run_detail' course_run.id %}"
>
{{ course_run.title }}
</a>
</td>
<td>
{{ course_run.number }}
</td>
<td>
{% if course_run.course.organizations.first %}{{ course_run.course.organizations.first.name }}{% endif %}
</td>
<td>
...
...
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