Add Rainbow Pool breadcrumbs to Pet Styles page
This commit is contained in:
parent
be5ad31a1d
commit
83fe0d20e0
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue