From 83fe0d20e087986eb70cf7a28ea157a8af23f167 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Fri, 11 Oct 2024 15:42:19 -0700 Subject: [PATCH] Add Rainbow Pool breadcrumbs to Pet Styles page --- app/views/alt_styles/index.html.haml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/alt_styles/index.html.haml b/app/views/alt_styles/index.html.haml index 3b5ff29a..d7449413 100644 --- a/app/views/alt_styles/index.html.haml +++ b/app/views/alt_styles/index.html.haml @@ -1,6 +1,10 @@ -- title "Styling Studio" +- title "NC Pet Styles" - use_responsive_design +%ul.breadcrumbs + %li= link_to "Rainbow Pool", pet_types_path + %li Pet Styles + %p Here's all the new NC Pet Styles we have! They're available in the app too, by opening the emotion picker and clicking the "Styles" tab. @@ -33,5 +37,6 @@ = will_paginate @alt_styles, class: "rainbow-pool-pagination" - content_for :stylesheets do + = stylesheet_link_tag "application/breadcrumbs" = stylesheet_link_tag "application/rainbow-pool" = page_stylesheet_link_tag "alt_styles/index"