diff --git a/app/views/layouts/_description_block.html.erb b/app/views/calculators/_description_block.html.erb similarity index 100% rename from app/views/layouts/_description_block.html.erb rename to app/views/calculators/_description_block.html.erb diff --git a/app/views/layouts/_mhc_description_block.html.erb b/app/views/calculators/_mhc_description_block.html.erb similarity index 100% rename from app/views/layouts/_mhc_description_block.html.erb rename to app/views/calculators/_mhc_description_block.html.erb diff --git a/app/views/calculators/mhc_calculator.erb b/app/views/calculators/mhc_calculator.erb index 16cd4d748..14e36ef84 100644 --- a/app/views/calculators/mhc_calculator.erb +++ b/app/views/calculators/mhc_calculator.erb @@ -90,4 +90,4 @@ <% end %> -<%= render "layouts/mhc_description_block" %> +<%= render "calculators/mhc_description_block" %> diff --git a/app/views/calculators/new_calculator.html.erb b/app/views/calculators/new_calculator.html.erb index 7d906b567..bf85cae43 100644 --- a/app/views/calculators/new_calculator.html.erb +++ b/app/views/calculators/new_calculator.html.erb @@ -68,4 +68,4 @@ <% end %> -<%= render "layouts/description_block" %> +<%= render "calculators/description_block" %> diff --git a/app/views/calculators/old_calculator.html.erb b/app/views/calculators/old_calculator.html.erb index a73be3807..d34e10396 100644 --- a/app/views/calculators/old_calculator.html.erb +++ b/app/views/calculators/old_calculator.html.erb @@ -56,4 +56,4 @@ -<%= render "layouts/description_block" %> +<%= render "calculators/description_block" %> diff --git a/app/views/layouts/account.html.erb b/app/views/layouts/account.html.erb index fa7c19bbb..fc250b053 100644 --- a/app/views/layouts/account.html.erb +++ b/app/views/layouts/account.html.erb @@ -15,11 +15,11 @@ <%= javascript_importmap_tags %>
- <%= render 'layouts/flash_messages' %> - <%= render 'layouts/account_navbar' %> + <%= render 'shared/flash_messages' %> + <%= render 'shared/account_navbar' %>