summaryrefslogtreecommitdiff
path: root/app/views/application/_footer.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/application/_footer.html.erb')
-rw-r--r--app/views/application/_footer.html.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/application/_footer.html.erb b/app/views/application/_footer.html.erb
new file mode 100644
index 0000000..d4ba8fb
--- /dev/null
+++ b/app/views/application/_footer.html.erb
@@ -0,0 +1,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>