summaryrefslogtreecommitdiff
path: root/app/views/application/_footer.html.erb
blob: 06ea05ef8aea305c366d509ec8c220c0f329425f (plain)
1
2
3
4
5
6
7
<footer class="flex justify-center p-2 text-gray-500 text-xs">
  <div>
    Appendix Q is free and open-source software licensed under the AGPL v3+. You can
    <%= link_to "view the source", "https://github.com/dtgay/appendix-q" %>,
    <%= link_to "report a bug, or request a feature", "https://github.com/dtgay/appendix-q/issues" %>.
  </div>
</footer>