Custom home page per domain
This commit is contained in:
parent
d7ed50c5a4
commit
46fa3c712d
@ -1,6 +1,10 @@
|
||||
#home-headline
|
||||
- if request.base_url.match(/pin|my|fireside/)
|
||||
%h1 My own private tendy zone
|
||||
- else
|
||||
%h1 Web3 Social Gaming <br/>Crypto Rewards
|
||||
|
||||
|
||||
#main-menu
|
||||
- if policy(:table).play_now?
|
||||
= link_to 'Play', play_now_path
|
||||
@ -11,6 +15,7 @@
|
||||
-# = link_to 'About', page_path('about')
|
||||
|
||||
|
||||
- if !request.base_url.match(/pin|my|fireside/)
|
||||
.eyecandy
|
||||
= inline_svg_tag "Icy Pepe.svg"
|
||||
-# - 5.times do |i|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user