[Groonga-commit] ranguba/epub-searcher at ecd686b [master] Load Twitter Bootstrap from CDN

Back to archive index

KITAITI Makoto null+****@clear*****
Tue Dec 23 04:40:41 JST 2014


KITAITI Makoto	2014-12-23 04:40:41 +0900 (Tue, 23 Dec 2014)

  New Revision: ecd686bf408e235c547400795c40f11acf8265c8
  https://github.com/ranguba/epub-searcher/commit/ecd686bf408e235c547400795c40f11acf8265c8

  Message:
    Load Twitter Bootstrap from CDN

  Modified files:
    app/views/layouts/layout.haml

  Modified: app/views/layouts/layout.haml (+2 -2)
===================================================================
--- app/views/layouts/layout.haml    2014-12-23 04:33:35 +0900 (f69477f)
+++ app/views/layouts/layout.haml    2014-12-23 04:40:41 +0900 (f6e7e50)
@@ -3,9 +3,9 @@
   %head
     %title EPUB Searcher
     %meta{:name => 'viewport', :content => 'width=device-width, initial-scale=1.0'}
-    %link{:href => 'stylesheets/bootstrap.css', :rel => 'stylesheet', :media => 'screen'}
+    %link{:href => '//maxcdn.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css', :rel => 'stylesheet', :media => 'screen'}
     = stylesheet_link_tag 'groonga'
   %body
     = yield
     %script{:src => '//code.jquery.com/jquery-1.11.1.min.js'}
-    %script{:src => 'javascripts/bootstrap.min.js'}
+    %script{:src => '//maxcdn.bootstrapcdn.com/bootstrap/2.3.2/js/bootstrap.min.js'}
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index