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
6b4a1dfd
Commit
6b4a1dfd
authored
Feb 06, 2013
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor tweaks after testing
parent
c7a13347
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
8 deletions
+1
-8
lms/templates/discussion/_new_post.html
+1
-1
lms/templates/discussion/_thread_list_template.html
+0
-6
lms/templates/discussion/_underscore_templates.html
+0
-1
No files found.
lms/templates/discussion/_new_post.html
View file @
6b4a1dfd
...
...
@@ -47,7 +47,7 @@
<input
type=
"checkbox"
name=
"anonymous_to_peers"
class=
"discussion-anonymous-to-peers"
id=
"new-post-anonymous-to-peers"
><label
for=
"new-post-anonymous-to-peers"
>
post anonymously to classmates
</label>
%endif
%if is_course_cohorted:
<div
class=
"form-group-label choose-cohort"
>
<div
class=
"form-group-label choose-cohort"
style =
"display:none"
>
Make visible to:
<select
class=
"group-filter-select new-post-group"
name =
"group_id"
>
<option
value=
""
>
All Groups
</option>
...
...
lms/templates/discussion/_thread_list_template.html
View file @
6b4a1dfd
...
...
@@ -18,12 +18,6 @@
<
li
><
a
href
=
"#"
data
-
sort
=
"votes"
>
votes
<
/a></
li
>
<
li
><
a
href
=
"#"
data
-
sort
=
"comments"
>
comments
<
/a></
li
>
<
/ul
>
<
span
class
=
"group-filter-label"
>
Show
:
<
/span
>
<
select
class
=
"group-filter-select"
>
<
option
value
=
"all"
>
All
Groups
<
/option
>
<
option
value
=
"g1"
>
Group
1
<
/option
>
<
option
value
=
"g2"
>
Group
2
<
/option
>
<
/select
>
<
/div
>
<
div
class
=
"post-list-wrapper"
>
<
ul
class
=
"post-list"
>
...
...
lms/templates/discussion/_underscore_templates.html
View file @
6b4a1dfd
...
...
@@ -26,7 +26,6 @@
<
div
class
=
"discussion-post"
>
<
div
><
a
href
=
"javascript:void(0)"
class
=
"dogear action-follow"
data
-
tooltip
=
"follow"
><
/a></
div
>
<
header
>
$
{
"<% if (obj.group_id) { %>"
}
<
div
class
=
"group-visibility-label"
>
$
{
"<%- obj.group_string%>"
}.
<
/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