Sha256: 1febd905944697da2c9da32128fc555dbf2b24db7e6827c6aa37c59b163e9245

Contents?: true

Size: 1.03 KB

Versions: 19

Compression:

Stored size: 1.03 KB

Contents

!!!
%html
  %head
    %title= page_title
    %meta{ name: 'viewport', content: 'initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width' }
    %meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }
    %meta{ name: 'mobile-web-app-capable', content: 'yes' }
    %meta{ name: 'msapplication-TileImage', content: 'images/favicons/homeicon-144.png' }
    %link{ rel: 'icon', type: 'image/png', href: 'images/favicons/favicon-192.png', sizes: '192x192' }
    %link{ rel: 'apple-touch-icon-precomposed', href: 'images/favicons/homeicon-152.png', sizes: '152x152' }
    %meta{ charset: 'utf-8' }
    != css :app, media: 'screen'
    != js :app
    - if settings.environment == :development
      :javascript
        document.write('<script src="http://'
        + (location.host || 'localhost').split(':')[0]
        + ':35729/livereload.js?snipver=1"></'
        + 'script>')
      :coffeescript
        ELA.debug = true
    %script{ type: 'text/javascript', src: '/ela/js/vendor/mathjax/MathJax.js', async: 'async' }
  %body
    #app

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ela-4.1.6 app/views/index.haml
ela-4.1.5 app/views/index.haml
ela-4.1.4 app/views/index.haml
ela-4.1.3 app/views/index.haml
ela-4.1.2 app/views/index.haml
ela-4.1.1 app/views/index.haml
ela-4.1.0 app/views/index.haml
ela-4.0.0 app/views/index.haml
ela-3.4.3 app/views/index.haml
ela-3.4.2 app/views/index.haml
ela-3.4.0 app/views/index.haml
ela-3.3.1 app/views/index.haml
ela-3.3.0 app/views/index.haml
ela-3.2.0 app/views/index.haml
ela-3.1.1 app/views/index.haml
ela-3.1.0 app/views/index.haml
ela-3.0.0 app/views/index.haml
ela-2.0.0 app/views/index.haml
ela-1.1.0 app/views/index.haml