Add about page with attributions
This commit is contained in:
parent
b52ba6be1a
commit
6a020618c3
@ -5,3 +5,7 @@ This web application was created with
|
|||||||
<%= link_to('Rails Composer', 'http://railsapps.github.io/rails-composer/') %>
|
<%= link_to('Rails Composer', 'http://railsapps.github.io/rails-composer/') %>
|
||||||
from the <%= link_to('RailsApps project', 'http://railsapps.github.io/') %>.
|
from the <%= link_to('RailsApps project', 'http://railsapps.github.io/') %>.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
The domain name address was obtained from Afraid.org
|
||||||
|
<%= link_to('Free DNS', 'https://freedns.afraid.org/') %>
|
||||||
|
</p>
|
||||||
|
|||||||
@ -5,3 +5,4 @@
|
|||||||
= link_to 'Play Now', play_now_path
|
= link_to 'Play Now', play_now_path
|
||||||
= link_to 'Browse Tables', tables_path
|
= link_to 'Browse Tables', tables_path
|
||||||
= link_to 'Tutorial', tutorial_path
|
= link_to 'Tutorial', tutorial_path
|
||||||
|
= link_to 'About', page_path('about')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user