Skip to content

Commit

Permalink
Add placeholder view to display side navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
leenagupte authored and matthillco committed Oct 14, 2024
1 parent 5788bed commit 99833b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/landing_page/blocks/_side_navigation.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<% block.links.each do |link| %>
<p><%= link_to link["title"], link["base_path"] %></p>
<% end %>

0 comments on commit 99833b9

Please sign in to comment.