Sha256: 3f2b00adc8ef55d5d0e94a157581f860f7650c172999dda8281b8faf083f739d
Contents?: true
Size: 737 Bytes
Versions: 1
Compression:
Stored size: 737 Bytes
Contents
!!! %html %head %title Citygate %meta{:charset => "utf-8"} %meta{"http-equiv" => "X-UA-Compatible", :content => "IE=edge,chrome=1"} %meta{:name => "viewport", :content => "width=device-width, initial-scale=1, maximum-scale=1"} = stylesheet_link_tag "citygate/application", :media => "all" = javascript_include_tag "citygate/application" = csrf_meta_tags %body{:class => params[:controller]} #container.container %header %h1 NORMAL PANEL %nav %ul.hmenu = render 'shared/navigation' - flash.each do |name, msg| = content_tag :div, msg, :id => "flash_#{name}" if msg.is_a?(String) #main{:role => "main"} = yield %footer
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
citygate-0.0.1 | app/views/layouts/application.html.haml |