<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= I18n.locale %>" lang="<%= I18n.locale %>" dir="<%= t'html.dir' %>">
<%= render :partial => "layouts/head" %>
<body>
+ <div id="small-title">
+ <%= link_to(image_tag("osm_logo.png", :size => "16x16", :border => 0, :alt => t('layouts.logo.alt_text')), :controller => 'site', :action => 'index') %>
+ <h1><%= t 'layouts.project_name.h1' %></h1>
+ </div>
<div id="content">
<%= render :partial => "layouts/flash", :locals => { :flash => flash } %>