[logaling-commit] logaling/logaling-server [master] Add the viewport meta tag

Back to archive index

SHIMADA Koji null+****@clear*****
Wed Oct 10 11:56:56 JST 2012


SHIMADA Koji	2012-10-10 11:56:56 +0900 (Wed, 10 Oct 2012)

  New Revision: c725830df31a59193f8dc432da8073a94c0d9162
  https://github.com/logaling/logaling-server/commit/c725830df31a59193f8dc432da8073a94c0d9162

  Log:
    Add the viewport meta tag

  Modified files:
    app/views/layouts/application.html.haml

  Modified: app/views/layouts/application.html.haml (+1 -0)
===================================================================
--- app/views/layouts/application.html.haml    2012-10-09 23:44:54 +0900 (126329a)
+++ app/views/layouts/application.html.haml    2012-10-10 11:56:56 +0900 (c70beb6)
@@ -3,6 +3,7 @@
   %head
     %meta{:charset => "utf-8"}/
     %title= ['logalingけんさく', @title].flatten.compact.join(' | ')
+    %meta{:name => 'viewport', :content => 'width=device-width'}
     = csrf_meta_tags
     / Le HTML5 shim, for IE6-8 support of HTML elements
     /[if lt IE 9]
-------------- next part --------------
An HTML attachment was scrubbed...
Descargar 



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