From 6a020618c395d13fd5ac1e63c5c1675746f21bc4 Mon Sep 17 00:00:00 2001
From: "Jesse C. Fisher"
Date: Sat, 13 Nov 2021 17:29:01 -0800
Subject: [PATCH] Add about page with attributions
---
app/views/pages/about.html.erb | 4 ++++
app/views/visitors/index.html.haml | 1 +
2 files changed, 5 insertions(+)
diff --git a/app/views/pages/about.html.erb b/app/views/pages/about.html.erb
index 996fa0c8..9d400324 100644
--- a/app/views/pages/about.html.erb
+++ b/app/views/pages/about.html.erb
@@ -5,3 +5,7 @@ This web application was created with
<%= link_to('Rails Composer', 'http://railsapps.github.io/rails-composer/') %>
from the <%= link_to('RailsApps project', 'http://railsapps.github.io/') %>.
+
+The domain name address was obtained from Afraid.org
+<%= link_to('Free DNS', 'https://freedns.afraid.org/') %>
+
diff --git a/app/views/visitors/index.html.haml b/app/views/visitors/index.html.haml
index fa1352e4..f2c1b809 100644
--- a/app/views/visitors/index.html.haml
+++ b/app/views/visitors/index.html.haml
@@ -5,3 +5,4 @@
= link_to 'Play Now', play_now_path
= link_to 'Browse Tables', tables_path
= link_to 'Tutorial', tutorial_path
+ = link_to 'About', page_path('about')