Skip to content

Commit

Permalink
feat: added feedback footer (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmllr authored Oct 2, 2024
1 parent ac607ed commit 31db906
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/rctool/templates/rctool/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@
{% endblock %}

{% block footer %}
<footer>
<div class="footer fixed-bottom text-center h-3" style="background-color: #003466">
<ul class="navbar-nav ms-auto w-100 justify-content-end">
<li class="nav-item">
<a class="nav-link" href="https://submit.digital.gov.bc.ca/app/form/submit?f=b12ba0e1-8e03-40f5-84be-1b705c001efc" target="_blank"><small>Please submit any feedback here!</small></a>
</li>
</ul>
</div>
</footer>
{% endblock %}

</body>
Expand Down
3 changes: 3 additions & 0 deletions frontend/rctool/templates/rctool/components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<li class="nav-item">
<a class="nav-link" href="{% url 'rctool_import' 0 %}"><small>Develop</small></a>
</li>
{% comment %} <li class="nav-item">
<a class="nav-link" href="https://submit.digital.gov.bc.ca/app/form/submit?f=b12ba0e1-8e03-40f5-84be-1b705c001efc" target="_blank"><small>Feedback</small></a>
</li> {% endcomment %}
</ul>
</div>
</nav>
Expand Down

0 comments on commit 31db906

Please sign in to comment.