<%= stylesheet_link_tag "application", :media => "all" %> <%= csrf_meta_tags %> <%= favicon_link_tag "favicon.ico" %> <%= javascript_include_tag "application" %>
Sorry, we don't have a mobile style yet. It's all ugly for now.
<%= render "/layouts/head" %>
<%= "
#{alert}
".html_safe if alert %> <%= "
#{notice}
".html_safe if notice %> <%= yield %>