Sha256: 3d6383e17d621940acd1c7611e9960ad9b488faa4278475c6e8e03d851b42391

Contents?: true

Size: 526 Bytes

Versions: 5

Compression:

Stored size: 526 Bytes

Contents

!!! 5
%html{lang: '<%= I18n.locale %>'}
  %head
    %meta{charset: 'utf-8'}
    %meta{name: 'ROBOTS', content: 'NOODP'}
    %meta{name: 'viewport', content: 'initial-scale=1'}
    -#
      Configure default and controller-, and view-specific titles in
      config/locales/en.yml. For more see:
      https://github.com/calebthompson/title#usage
    %title= title
    = stylesheet_link_tag :application, media: 'all'
    = csrf_meta_tags
  %body{class: body_class}
    = render "flashes"
    = yield
    = render "javascript"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gimbal-0.2.0 templates/gimbal_layout.html.haml.erb
gimbal-0.1.0 templates/gimbal_layout.html.haml.erb
gimbal-0.0.6 templates/gimbal_layout.html.haml.erb
gimbal-0.0.5 templates/gimbal_layout.html.haml.erb
gimbal-0.0.4 templates/gimbal_layout.html.haml.erb