Update the Bootstrap file links in the main layout

This commit is contained in:
Paul van Tilburg 2015-06-19 22:25:14 +02:00
parent 3322f63849
commit ca9e889e84
1 changed files with 5 additions and 4 deletions

View File

@ -1764,17 +1764,18 @@ module StopTime::Views
title "Stop… Camping Time!"
meta :name => "viewport",
:content => "width=device-width, initial-scale=1.0"
# Bootstrap CSS
# Bootstrap core CSS
link :rel => "stylesheet", :type => "text/css",
:media => "screen",
:href => (R(Static, "") + "stylesheets/bootstrap.min.css")
# Bootstrap theme CSS
link :rel => "stylesheet", :type => "text/css",
:media => "screen",
:href => (R(Static, "") + "stylesheets/bootstrap-theme.min.css")
# FIXME: improve static serving so that the hack below is not needed.
link :rel => "stylesheet", :type => "text/css",
:media => "screen",
:href => (R(Static, "") + "stylesheets/style.css")
# Responsive bootstrap CSS
link :rel => "stylesheet", :type => "text/css",
:href => (R(Static, "") + "stylesheets/bootstrap-responsive.min.css")
end
body do
_menu