Skip to content

Commit

Permalink
Removed home link from the show pages
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Headley <hackartisan@users.noreply.github.com>
  • Loading branch information
leefaisonr and hackartisan committed Oct 2, 2023
1 parent 9d5fe74 commit e4e705e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/views/guide_cards/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<h2>Guide: <%= @guide_card.heading %></h2>

<%= render "shared/return_to_home" %>
<% if @sub_guide_cards.present? %>
<h3>SubGuide Cards</h3>
<ul id="sg_index">
Expand Down
2 changes: 0 additions & 2 deletions app/views/sub_guide_cards/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<h2>SubGuide: <%= @sub_guide_card.heading %></h2>
<p><%= page_entries_info @card_images, entry_name: 'card' %></p>

<%= render "shared/return_to_home" %>
<%= paginate @card_images %>
<% if @sub_guide_card.children.present? %>
Expand Down

0 comments on commit e4e705e

Please sign in to comment.