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