Skip to content

Commit

Permalink
fix: project reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sbanoeon committed Jul 15, 2022
1 parent 4c93b1c commit bb8f59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Entirety/templates/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="sidebar-nav bg-grey">
<ul class="nav nav-flush flex-column mb-auto text-center text-md-start">
<li class="nav-item border-bottom d-inline-flex">
<a href="{% url "projects" %}" class="nav-link py-md-2"
<a href="{% url "projects:index" %}" class="nav-link py-md-2"
data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="d-md-none" title="Projects">
<i class="bi bi-kanban"></i>
<span class="d-none d-md-inline-flex">Projects</span>
Expand All @@ -18,7 +18,7 @@
</li>
</ul>
{# <ul class="container-fluid list-group-horizontal">#}
{# <a href="{% url "projects" %}"#}
{# <a href="{% url "projects:index" %}"#}
{# class="list-group-item align-content-center justify-content-center border-bottom py-2">#}
{# <i class="bi bi-kanban"></i>#}
{# Projects#}
Expand Down

0 comments on commit bb8f59e

Please sign in to comment.