Commit b980399f by Your Name

change cohort dropdown verbiage

parent 0e06f5f5
......@@ -27,4 +27,5 @@ lms/lib/comment_client/python
nosetests.xml
cover_html/
.idea/
.redcar/
chromedriver.log
\ No newline at end of file
c9f553d4f7af7f08ff349f64af015dd592ecc633
\ No newline at end of file
......@@ -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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment