Don't use / so it can be mounted at a path
This commit is contained in:
parent
9798e1df13
commit
cf0badeb7c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ module StargateRando::Views
|
|||
head do
|
||||
title { "Stargate Episode Randomizer" }
|
||||
link :rel => "stylesheet", :href => "http://fonts.googleapis.com/css?family=Ubuntu:400,700", :type => "text/css"
|
||||
link :rel => "stylesheet", :href => "/main.css", :type => "text/css"
|
||||
link :rel => "stylesheet", :href => "main.css", :type => "text/css"
|
||||
end
|
||||
|
||||
body { self << yield }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue