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
5fa8cf5a
Commit
5fa8cf5a
authored
12 years ago
by
Victor Shnayder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only show cohort config for cohorted courses
parent
3bfe9dec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
lms/templates/course_groups/cohort_management.html
+1
-1
lms/templates/courseware/instructor_dashboard.html
+2
-0
No files found.
lms/templates/course_groups/cohort_management.html
View file @
5fa8cf5a
<section
class=
"cohort_manager"
data-ajax_url=
"${cohorts_ajax_url}"
>
<h3>
Cohort groups
</h3>
<div
class=
"controls"
>
<div
class=
"controls"
style=
"padding-top:15px"
>
<a
href=
"#"
class=
"button show_cohorts"
>
Show cohorts
</a>
</div>
...
...
This diff is collapsed.
Click to expand it.
lms/templates/courseware/instructor_dashboard.html
View file @
5fa8cf5a
...
...
@@ -285,7 +285,9 @@ function goto( mode)
</p>
<hr
width=
"40%"
style=
"align:left"
>
%if course.is_cohorted:
<
%
include
file=
"/course_groups/cohort_management.html"
/>
%endif
%endif
%endif
...
...
This diff is collapsed.
Click to expand it.
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