Don't show the project filter yet

This commit is contained in:
Kevin McConnell
2025-01-28 17:21:14 +00:00
parent 5e9c65c4ff
commit 9c9f062123
-13
View File
@@ -18,19 +18,6 @@
<% end %>
<div id="activity" class="events__index flex flex-column gap">
<div class="center flex-inline align-center gap">
<button class="btn">
<span>All Projects</span>
<input type="checkbox" checked>
</button>
<span> or just </span>
<% Bucket.all.each do |bucket| %>
<button class="btn">
<span><%= bucket.name %></span>
<input type="checkbox">
</button>
<% end %>
</div>
<%= render "events/day", activity_day: @activity_day, next_day: @next_day, events: @events %>
</div>