Skip to content

Commit cf17bc2

Browse files
authored
Merge pull request #255 from RSE-Sheffield/feat/report-issue-link
Add link in navigation bar for reporting issues
2 parents b5ce823 + 6983f52 commit cf17bc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/templates/base_manager.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
<li class="nav-item">
4141
<a class="nav-link {% if '/help;' in request.path %}active{% endif %}" href="{% url 'help' %}"><i class='bx bxs-help-circle' ></i> Help</a>
4242
</li>
43+
<li class="nav-item">
44+
<a class="nav-link" href="https://docs.google.com/forms/d/e/1FAIpQLSfy6nXvjBiKroZnF92lJjYjMDsldxMnamlObfKDxNDZkIWzvw/viewform?usp=dialog" target="_blank"><i class='bx bxs-bug' ></i> Report issues <i class='bx bx-link-external' ></i></a>
45+
</li>
4346
</ul>
4447
<ul class="navbar-nav">
4548
{% if user.is_authenticated %}

0 commit comments

Comments
 (0)