Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1225 - Remove staff faqs logic from dashboard #1271

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions app/controllers/organizations/adopter_fosterer/faq_controller.rb

This file was deleted.

5 changes: 0 additions & 5 deletions app/views/layouts/adopter_foster_dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@
<% end %>
</li>
<!-- Nav item -->
<li class="nav-item">
<%= active_link_to adopter_fosterer_faq_index_path, class: "nav-link" do %>
<i class="fe fe-help-circle nav-icon"></i> FAQ
<% end %>
</li>
<% if Current.organization.external_form_url.present? %>
<li class="nav-item">
<%= active_link_to adopter_fosterer_external_form_index_path(dashboard: true), class: "nav-link" do %>
Expand Down
8 changes: 0 additions & 8 deletions app/views/organizations/adopter_fosterer/faq/index.html.erb

This file was deleted.

1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@

# Adopter and Fosterer Routes
namespace :adopter_fosterer do
resources :faq, only: [:index]
resources :donations, only: [:index]
resources :dashboard, only: [:index]
resources :likes, only: [:index, :create, :destroy]
Expand Down
Loading