Sha256: ab7a25217e996d95c5002a0057348e73ef61ddbd319c0a5345188b73870dfb63

Contents?: true

Size: 266 Bytes

Versions: 8

Compression:

Stored size: 266 Bytes

Contents

<% content_for :head do %>
  <%= stylesheet_link_tag 'citygate/application' %>
<% end %>

<%= render 'citygate/shared/navigation' %>

<% flash.each do |name, msg| %>
  <%= content_tag :div, msg, :id => "flash_#{name}" if msg.is_a?(String) %>
<% end %>

<%= yield %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
citygate-0.1.1 app/views/layouts/application.html.erb
citygate-0.1.0 app/views/layouts/application.html.erb
citygate-0.0.9 app/views/layouts/application.html.erb
citygate-0.0.8 app/views/layouts/application.html.erb
citygate-0.0.7 app/views/layouts/application.html.erb
citygate-0.0.6 app/views/layouts/application.html.erb
citygate-0.0.5 app/views/layouts/application.html.erb
citygate-0.0.4 app/views/layouts/application.html.erb