diff --git a/app/views/pages/about.html.erb b/app/views/pages/about.html.erb index 996fa0c..9d40032 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 fa1352e..f2c1b80 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')