Skip to content

Commit

Permalink
968 - Add feedback link to dashboards (rubyforgood#974)
Browse files Browse the repository at this point in the history
* add feedback button

* change feedback icon
  • Loading branch information
italomatos authored Sep 13, 2024
1 parent c6d3dc2 commit f2527d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/layouts/adopter_foster_dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
<i class="fe fe-help-circle nav-icon"></i> FAQ
<% end %>
</li>
<li class="nav-item">
<%= active_link_to new_dev_contact_path, class: "nav-link" do %>
<i class="nav-icon fe fe-message-circle me-2"></i> Feedback
<% end %>
</li>
</ul>
<!-- Navbar header -->
<span class="navbar-header">Account Settings</span>
Expand Down
5 changes: 5 additions & 0 deletions app/views/layouts/dashboard/_sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
<% end %>
</li>
<% end %>
<li class="nav-item">
<%= active_link_to new_dev_contact_path, class: "nav-link" do %>
<i class="nav-icon fe fe-message-circle me-2"></i>Feedback
<% end %>
</li>
</ul>
</div>
</nav>

0 comments on commit f2527d8

Please sign in to comment.