From 13725e6a245676082a0b029a60417bc242814f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Thu, 6 Jun 2013 11:55:31 +0200 Subject: [PATCH] Modified static to public --- .../css/bootstrap-responsive.css | 0 .../css/bootstrap-responsive.min.css | 0 {static => public}/css/bootstrap.css | 0 {static => public}/css/bootstrap.min.css | 0 .../img/glyphicons-halflings-white.png | Bin .../img/glyphicons-halflings.png | Bin {static => public}/js/bootstrap.js | 0 {static => public}/js/bootstrap.min.js | 0 {static => public}/js/jquery.js | 0 {static => public}/main.css | 0 views/layout.html | 18 +++++++++--------- 11 files changed, 9 insertions(+), 9 deletions(-) rename {static => public}/css/bootstrap-responsive.css (100%) rename {static => public}/css/bootstrap-responsive.min.css (100%) rename {static => public}/css/bootstrap.css (100%) rename {static => public}/css/bootstrap.min.css (100%) rename {static => public}/img/glyphicons-halflings-white.png (100%) rename {static => public}/img/glyphicons-halflings.png (100%) rename {static => public}/js/bootstrap.js (100%) rename {static => public}/js/bootstrap.min.js (100%) rename {static => public}/js/jquery.js (100%) rename {static => public}/main.css (100%) diff --git a/static/css/bootstrap-responsive.css b/public/css/bootstrap-responsive.css similarity index 100% rename from static/css/bootstrap-responsive.css rename to public/css/bootstrap-responsive.css diff --git a/static/css/bootstrap-responsive.min.css b/public/css/bootstrap-responsive.min.css similarity index 100% rename from static/css/bootstrap-responsive.min.css rename to public/css/bootstrap-responsive.min.css diff --git a/static/css/bootstrap.css b/public/css/bootstrap.css similarity index 100% rename from static/css/bootstrap.css rename to public/css/bootstrap.css diff --git a/static/css/bootstrap.min.css b/public/css/bootstrap.min.css similarity index 100% rename from static/css/bootstrap.min.css rename to public/css/bootstrap.min.css diff --git a/static/img/glyphicons-halflings-white.png b/public/img/glyphicons-halflings-white.png similarity index 100% rename from static/img/glyphicons-halflings-white.png rename to public/img/glyphicons-halflings-white.png diff --git a/static/img/glyphicons-halflings.png b/public/img/glyphicons-halflings.png similarity index 100% rename from static/img/glyphicons-halflings.png rename to public/img/glyphicons-halflings.png diff --git a/static/js/bootstrap.js b/public/js/bootstrap.js similarity index 100% rename from static/js/bootstrap.js rename to public/js/bootstrap.js diff --git a/static/js/bootstrap.min.js b/public/js/bootstrap.min.js similarity index 100% rename from static/js/bootstrap.min.js rename to public/js/bootstrap.min.js diff --git a/static/js/jquery.js b/public/js/jquery.js similarity index 100% rename from static/js/jquery.js rename to public/js/jquery.js diff --git a/static/main.css b/public/main.css similarity index 100% rename from static/main.css rename to public/main.css diff --git a/views/layout.html b/views/layout.html index 5a573de..ae26d92 100644 --- a/views/layout.html +++ b/views/layout.html @@ -5,8 +5,8 @@ $def with (main_block, sidebar_block, game_name) TyeDye control panel for $game_name - - + + - + - - - - - + + + + + @@ -84,7 +84,7 @@ $def with (main_block, sidebar_block, game_name) - +