Skip to content

Commit

Permalink
Remove body text for GuideCard index page
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Headley <hackartisan@users.noreply.github.com>
Co-authored-by: Bess Sadler <bess@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 14, 2023
1 parent d299279 commit 3759a61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/views/guide_cards/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<h1> GuideCard Index </h1>
<p>Find me in app/views/guide_cards/index.html.erb</p>


<% @guide_cards.each do |card| %>
<h2> <%= link_to card.heading, guide_card_path(card.id) %> </h2>
<% end %>

0 comments on commit 3759a61

Please sign in to comment.