Add Rainbow Pool breadcrumbs to Pet Styles page

This commit is contained in:
Emi Matchu 2024-10-11 15:42:19 -07:00
parent be5ad31a1d
commit 83fe0d20e0

View file

@ -1,6 +1,10 @@
- title "Styling Studio" - title "NC Pet Styles"
- use_responsive_design - use_responsive_design
%ul.breadcrumbs
%li= link_to "Rainbow Pool", pet_types_path
%li Pet Styles
%p %p
Here's all the new NC Pet Styles we have! They're available in the app too, 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. by opening the emotion picker and clicking the "Styles" tab.
@ -33,5 +37,6 @@
= will_paginate @alt_styles, class: "rainbow-pool-pagination" = will_paginate @alt_styles, class: "rainbow-pool-pagination"
- content_for :stylesheets do - content_for :stylesheets do
= stylesheet_link_tag "application/breadcrumbs"
= stylesheet_link_tag "application/rainbow-pool" = stylesheet_link_tag "application/rainbow-pool"
= page_stylesheet_link_tag "alt_styles/index" = page_stylesheet_link_tag "alt_styles/index"