Sha256: 764c24f74bb6e7bc579498a99f4f214f8d2c8c48351b4a84a6bdfdda853aee9c

Contents?: true

Size: 732 Bytes

Versions: 15

Compression:

Stored size: 732 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
    - [Nation, Region, City, Hood].each do |klass|
      = link_to klass.model_name.human.pluralize, send("#{klass.to_s.downcase.pluralize}_path")

    = yield

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
geopolitical-3.0.0 app/views/layouts/geopolitical.html.haml
geopolitical-2.0.0 app/views/layouts/geopolitical.html.haml
geopolitical-1.0.5 app/views/layouts/geopolitical.html.haml
geopolitical-1.0.3 app/views/layouts/geopolitical.html.haml
geopolitical-1.0.2 app/views/layouts/geopolitical.html.haml
geopolitical-1.0.0 app/views/layouts/geopolitical.html.haml
geopolitical-0.9.9 app/views/layouts/geopolitical.html.haml
geopolitical-0.9.7 app/views/layouts/geopolitical.html.haml
geopolitical-0.9.5 app/views/layouts/geopolitical.html.haml
geopolitical-0.9.3 app/views/layouts/geopolitical.html.haml
geopolitical-0.9.1 app/views/layouts/geopolitical.html.haml
geopolitical-0.8.8 app/views/layouts/geopolitical.html.haml
geopolitical-0.8.7 app/views/layouts/geopolitical.html.haml
geopolitical-0.8.6 app/views/layouts/geopolitical.html.haml
geopolitical-0.8.4 app/views/layouts/geopolitical.html.haml