summaryrefslogtreecommitdiff
path: root/app/views/application/_footer.html.erb
blob: d4ba8fbd09f8e5e4ec3fb2cb1c0e7956f3b0361c (plain)
1
2
3
4
5
6
7
<footer class="flex justify-center p-2 text-gray-500">
  <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>