Commit 6b4a1dfd by Your Name

minor tweaks after testing

parent c7a13347
...@@ -47,7 +47,7 @@ ...@@ -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> <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 %endif
%if is_course_cohorted: %if is_course_cohorted:
<div class="form-group-label choose-cohort"> <div class="form-group-label choose-cohort" style = "display:none">
Make visible to: Make visible to:
<select class="group-filter-select new-post-group" name = "group_id"> <select class="group-filter-select new-post-group" name = "group_id">
<option value="">All Groups</option> <option value="">All Groups</option>
......
...@@ -18,12 +18,6 @@ ...@@ -18,12 +18,6 @@
<li><a href="#" data-sort="votes">votes</a></li> <li><a href="#" data-sort="votes">votes</a></li>
<li><a href="#" data-sort="comments">comments</a></li> <li><a href="#" data-sort="comments">comments</a></li>
</ul> </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>
<div class="post-list-wrapper"> <div class="post-list-wrapper">
<ul class="post-list"> <ul class="post-list">
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
<div class="discussion-post"> <div class="discussion-post">
<div><a href="javascript:void(0)" class="dogear action-follow" data-tooltip="follow"></a></div> <div><a href="javascript:void(0)" class="dogear action-follow" data-tooltip="follow"></a></div>
<header> <header>
${"<% if (obj.group_id) { %>"} ${"<% if (obj.group_id) { %>"}
<div class="group-visibility-label">${"<%- obj.group_string%>"}.</div> <div class="group-visibility-label">${"<%- obj.group_string%>"}.</div>
${"<% } %>"} ${"<% } %>"}
......
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