Commit 2380e7ff by Matthew Mongeau

Change default text to All.

parent 0129be36
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<div class="left-column"> <div class="left-column">
<label>Create new post in:</label> <label>Create new post in:</label>
<div class="form-topic-drop"> <div class="form-topic-drop">
<a href="#" class="topic_dropdown_button">Homework / Week 1 <span class="drop-arrow"></span></a> <a href="#" class="topic_dropdown_button">All<span class="drop-arrow"></span></a>
<div class="topic_menu_wrapper"> <div class="topic_menu_wrapper">
<div class="topic_menu_search"> <div class="topic_menu_search">
<input type="text" class="form-topic-drop-search-input" placeholder="filter topics"> <input type="text" class="form-topic-drop-search-input" placeholder="filter topics">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="browse-search"> <div class="browse-search">
<div class="browse is-open"> <div class="browse is-open">
<a href="#" class="browse-topic-drop-icon"></a> <a href="#" class="browse-topic-drop-icon"></a>
<a href="#" class="browse-topic-drop-btn"><span class="current-board">Homework / Week 1</span> <span class="drop-arrow">▾</span></a> <a href="#" class="browse-topic-drop-btn"><span class="current-board">All</span> <span class="drop-arrow">▾</span></a>
</div> </div>
<%include file="_filter_dropdown.html" /> <%include file="_filter_dropdown.html" />
<div class="search"> <div class="search">
...@@ -23,4 +23,4 @@ ...@@ -23,4 +23,4 @@
<ul class="post-list"> <ul class="post-list">
</ul> </ul>
</div> </div>
</script> </script>
\ No newline at end of file
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