<%= link_to(image_tag("osm_logo.png", :size => "16x16", :alt => t('layouts.logo.alt_text')), root_path) %>
<%= t 'layouts.project_name.h1' %>
<%= link_to(image_tag("osm_logo.png",
:size => "120x120",
:alt => t('layouts.logo.alt_text')),
root_path) %>
<%= t 'layouts.project_name.h1' %>
<%= t('layouts.tag_line') %>
<%= yield :optionals %>
<% unless @user %>
<% end %>
<% if STATUS == :database_offline or STATUS == :api_offline %>
<% elsif STATUS == :database_readonly or STATUS == :api_readonly %>
<% end %>
<%= ad = [{:image => 'sotm-birmingham-ad.png',
:title => 'State of the Map Birmingham',
:href =>'http://stateofthemap.org/'},
{:image => 'donate-ad.png',
:title => 'Server Donation Drive',
:href =>'http://donate.openstreetmap.org/'}].sample
link_to ad[:href], :title => ad[:title] do
image_tag ad[:image], :class => :ad
end
%>
<%= h(t('layouts.make_a_donation.text')) %>