Skip to content

Commit

Permalink
🧹 Section: Remove Navigation in favor of SectionNavigation Gizmo
Browse files Browse the repository at this point in the history
- #1155
- #1988

Now that we have a Gizmo for navigating between Sections, we don't want
to keep it everywhere.
  • Loading branch information
zspencer committed Dec 3, 2023
1 parent 9036d4e commit a035c67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions app/views/rooms/_room.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,4 @@
<%= render room.gizmos.rank(:slot) %>
</section>
</div>

<div class="mt-3 grid grid-cols-1 gap-5 sm:gap-6 sm:grid-cols-2 lg:grid-cols-4 items-center">
<% policy_scope(room.space.rooms).each do |room| %>
<%= render partial: 'spaces/room_card', locals: { room: room } %>
<% end %>
</div>
</div>
18 changes: 0 additions & 18 deletions app/views/spaces/_room_card.html.erb

This file was deleted.

0 comments on commit a035c67

Please sign in to comment.