Sha256: df21ab8e1ec13abc40c077956844c59dcc457193de188686845b2e16524783c3

Contents?: true

Size: 535 Bytes

Versions: 9

Compression:

Stored size: 535 Bytes

Contents

!!!
%html
  %head
    %meta{ charset: 'utf-8'}
    %link{ rel: 'stylesheet', href: stylesheet_path('application.css') }
    %title= @title || t('views.application.title')
  %body
    .ts-page-header
      %nav.ts-top-navigation
        %ul.nav.navbar-nav
          %li
            %a{href: '/'}
              = t('views.root.link')
          %li.active
            %a{href: '/v1/test/'}
              = t('views.test.link')
    .ts-container
      = yield
    %script{ type: 'text/javascript', src: javascript_path('application.js') }

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
test_server-0.2.4 app/views/layouts/application.haml
test_server-0.2.3 app/views/layouts/application.haml
test_server-0.2.2 app/views/application.haml
test_server-0.2.1 app/views/application.haml
test_server-0.2.0 app/views/application.haml
test_server-0.1.2 app/views/application.haml
test_server-0.1.1 app/views/application.haml
test_server-0.1.0 app/views/application.haml
test_server-0.0.11 app/views/application.haml