Sha256: 3fff565a8e8b8f7481f8064413d020c8d22e20db85f1403c1c852a68845e0566

Contents?: true

Size: 738 Bytes

Versions: 4

Compression:

Stored size: 738 Bytes

Contents

!!!
%html{:lang => "en"}
  %head
    / Meta, title, CSS, favicons, etc.
    %meta{:charset => "utf-8"}/
    %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/
    %meta{:content => "", :name => "description"}/
    %meta{:content => "", :name => "author"}/

    %title Geopolitical
    / Baccafe core CSS
    = stylesheet_link_tag    "geopolitical/application", media: "all"
    = javascript_include_tag "geopolitical/application"
    = csrf_meta_tags
    //%link{:href => image_path("favicon.png?v=111119"), :rel => "shortcut icon"}/
  %body
    - [City, Region, Nation, Hood, Zone].each do |klass|
      = link_to klass.model_name.human.pluralize, send("#{klass.to_s.downcase.pluralize}_path")

    = yield

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
geopolitical-0.8.3 app/views/layouts/geopolitical.html.haml
geopolitical-0.8.2 app/views/layouts/geopolitical.html.haml
geopolitical-0.8.1 app/views/layouts/geopolitical.html.haml
geopolitical-0.8.0 app/views/layouts/geopolitical.html.haml