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
b980399f
Commit
b980399f
authored
Feb 08, 2013
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change cohort dropdown verbiage
parent
0e06f5f5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
5 deletions
+8
-5
.gitignore
+2
-0
.redcar/lucene/_no.cfs.REMOVED.git-id
+0
-2
.redcar/lucene/segments.gen
+0
-0
.redcar/lucene_last_updated
+1
-1
.redcar/storage/cursor_saver.yaml
+3
-0
.redcar/tags
+0
-0
lms/templates/discussion/_thread_list_template.html
+2
-2
No files found.
.gitignore
View file @
b980399f
...
...
@@ -27,4 +27,5 @@ lms/lib/comment_client/python
nosetests.xml
cover_html/
.idea/
.redcar/
chromedriver.log
\ No newline at end of file
.redcar/lucene/_no.cfs.REMOVED.git-id
deleted
100644 → 0
View file @
0e06f5f5
c9f553d4f7af7f08ff349f64af015dd592ecc633
\ No newline at end of file
.redcar/lucene/segments.gen
View file @
b980399f
No preview for this file type
.redcar/lucene_last_updated
View file @
b980399f
136035
2491
136035
6040
.redcar/storage/cursor_saver.yaml
View file @
b980399f
...
...
@@ -207,4 +207,7 @@ cursor_positions:
-
:path
:
common/static/coffee/src/discussion/views/discussion_thread_view_inline.coffee
:cursor_offset
:
1244
:timestamp
:
2013-02-06 17:12:07 -05:00
-
:path
:
.gitignore
:cursor_offset
:
330
:timestamp
:
2013-02-08 15:08:21 -05:00
files_to_retain
:
0
.redcar/tags
View file @
b980399f
This diff is collapsed.
Click to expand it.
lms/templates/discussion/_thread_list_template.html
View file @
b980399f
...
...
@@ -23,9 +23,9 @@
%
if
is_course_cohorted
and
is_moderator
:
<
span
class
=
"group-filter-label cohort"
>
Show
:
<
/span
>
<
select
class
=
"group-filter-select cohort-options cohort"
>
<
option
value
=
"all"
>
All
Groups
<
/option
>
<
option
value
=
"all"
>
View
All
<
/option
>
%
for
c
in
cohorts
:
<
option
value
=
"${c.id}"
>
$
{
c
.
name
}
and
public
<
/option
>
<
option
value
=
"${c.id}"
>
View
as
$
{
c
.
name
}
<
/option
>
%
endfor
<
/select>
%
endif
...
...
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