Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Hancock <stevenh512@gmail.com>2012-03-29 15:51:00 +0400
committerSteven Hancock <stevenh512@gmail.com>2012-03-29 16:52:45 +0400
commit6abe718227bcc858bcb88c0f997c523908b1d256 (patch)
treee52431bb84aa0d8a674b8bf146148c16622c9b2f /config/application.rb
parent731446e07875fbe87b38ddeb4b549fd5afc833fd (diff)
Mobile UI fixes
This fixes issues with mobile UI rendering Issues fixed: * vendor/bootstrap.css and vendor/bootstrap-responsive.css need to be precompiled for the mobile UI to render properly * Rails 3.1 is more strict about layout fallbacks, the single-post view in the mobile UI needs to have the "application" layout specified to render properly
Diffstat (limited to 'config/application.rb')
-rw-r--r--config/application.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb
index 470869287..117e03c98 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -82,7 +82,8 @@ module Diaspora
# Stylesheets
config.assets.precompile += [ "blueprint.css", "bootstrap.css", "default.css",
- "login.css", "mobile.css", "new-templates.css", "rtl.css" ]
+ "login.css", "mobile.css", "new-templates.css", "rtl.css", "vendor/bootstrap.css",
+ "vendor/bootstrap-responsive.css" ]
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'