Skip to content

Commit

Permalink
Merge pull request #5167 from moizafzal936/MueezAfzal/remove-sidebar-…
Browse files Browse the repository at this point in the history
…inbox

Remove Inbox from Sidebar
  • Loading branch information
FireLemons authored Sep 9, 2023
2 parents fcefbb3 + 6208dad commit c368eac
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 c368eac

Please sign in to comment.