Skip to content

Commit

Permalink
Remove Inbox from Sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
moizafzal936 committed Aug 29, 2023
1 parent 796ea1e commit 6208dad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/views/layouts/_sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
<nav class="sidebar-nav">
<nav class="sidebar-nav">
<ul>
<li class="<%= active_class(notifications_path) %> nav-item">
<%= link_to notifications_path do %>
<i class="lni lni-envelope mr-10"></i>
Inbox
<% end %>
</li>
<% if policy(Supervisor).index? %>
<li class="<%= active_class(supervisors_path) %> nav-item">
<%= link_to supervisors_path do %>
Expand Down

0 comments on commit 6208dad

Please sign in to comment.