Skip to content

Commit

Permalink
Merge pull request #1113 from 18F/show-report-links
Browse files Browse the repository at this point in the history
All users can access Reports navigation item
  • Loading branch information
Jkrzy authored Jun 18, 2020
2 parents a6f476a + ce6a36f commit 92dc78b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tock/tock/templates/_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<span>Projects</span>
</a>
</li>
{% if request.user.is_staff %}
<li class="usa-nav__primary-item">
<button class="usa-accordion__button usa-nav__link" aria-expanded="false" aria-controls="reports-nav">
<span>Reports</span>
Expand All @@ -26,7 +25,6 @@
</li>
</ul>
</li>
{% endif %}
<li class="usa-nav__primary-item">
<a href="{% url 'employees:UserListView' %}" class="usa-nav__link">
<span>Users</span>
Expand Down Expand Up @@ -69,4 +67,4 @@
{% endif %}
</ul>
</div>
</nav>
</nav>

0 comments on commit 92dc78b

Please sign in to comment.