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 committed Oct 9, 2024
1 parent bea967b commit 984033d
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 984033d

Please sign in to comment.