<%= stylesheet_link_tag "application", :media => "all" %> <%= csrf_meta_tags %> <%= favicon_link_tag "favicon.ico" %> <%= javascript_include_tag "application" %>
We don't have a mobile style yet. It might look shitty.
Tip: Hold your device in landscape mode.
<%= render "/layouts/head" %>
<%= "
#{alert}
".html_safe if alert %> <%= "
#{notice}
".html_safe if notice %> <%= yield %>